GCC4.6.1 SYMBOL compile warning fix

This commit is contained in:
Barry Harris 2012-01-13 21:18:09 +00:00
parent c3c8100421
commit 4c05e2859c
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ int main()
{
printf ("#define CU_FLIPX (%d)\n",nCuFlipX);
if ((nCuRows && (nCuSize != 16) || (nCuRows && nCuMask))) {
if (((nCuRows && (nCuSize != 16)) || (nCuRows && nCuMask))) {
printf("// Invalid combination of capabilities.\n");
} else {
printf ("static INT32 ");