That resolve the case lable warning...
The following warning still remains:
sqlite3.c: In function 'sqlite3RunVacuum':
sqlite3.c:64923: warning: comparison is always true due to limited range of
data type
The code at that location is:
#ifndef SQLITE_OMIT_AUTOVACUUM
sqlite3BtreeSetAutoVacuum(pTemp, db->nextAutovac>=0 ? db->nextAutovac :
sqlite3BtreeGetAutoVacuum(pMain));
#endif
Setting the nextAutovac to a signed char as well resolved this....
Regards,
Ken
[EMAIL PROTECTED] wrote: Ken wrote:
>
> AIX had issues. See below.
> sqlite3.c:35137: warning: case label value is less than minimum value for type
Please see if check-in [4699] fixes this problem.
http://www.sqlite.org/cvstrac/chngview?cn=4699
--
D. Richard Hipp
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------