fix: local struct member 'poly_div' not referenced

This commit is contained in:
Karel Miko 2017-05-09 21:31:05 +02:00
parent f6ea738fee
commit 04262d3aec

View File

@ -19,17 +19,13 @@
static const struct { static const struct {
int len; int len;
unsigned char poly_div[MAXBLOCKSIZE], unsigned char poly_mul[MAXBLOCKSIZE];
poly_mul[MAXBLOCKSIZE];
} polys[] = { } polys[] = {
{ {
8, 8,
{ 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0D },
{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1B } { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1B }
}, { }, {
16, 16,
{ 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x43 },
{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x87 } 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x87 }
} }