diff options
Diffstat (limited to 'ext/misc/uint.c')
-rw-r--r-- | ext/misc/uint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/misc/uint.c b/ext/misc/uint.c index 12982c2a2..286314fef 100644 --- a/ext/misc/uint.c +++ b/ext/misc/uint.c @@ -45,6 +45,7 @@ static int uintCollFunc( const unsigned char *zA = (const unsigned char*)pKey1; const unsigned char *zB = (const unsigned char*)pKey2; int i=0, j=0, x; + (void)notUsed; while( i<nKey1 && j<nKey2 ){ x = zA[i] - zB[j]; if( isdigit(zA[i]) ){ |