View Ticket
Not logged in
Ticket UUID: f64f9b57eb49f7917e6238c2c5399da5c119ce3e
Title: warnings introduced in db.c since checkin [2f58d48cab]
Status: Fixed Type: Code_Defect
Severity: Minor Priority:
Subsystem: Resolution: Fixed
Last Modified: 2010-12-21 16:26:46
Version Found In: 01a769a9fa
Description & Comments:
gcc -Os -Wall -DFOSSIL_I18N=0 -L/mingw/lib -I/mingw/include  -I. -I./src -o db.o -c db_.c
db_.c: In function `db_init_database':
db_.c:533: warning: implicit declaration of function `sqlite3_win32_mbcs_to_utf8'
db_.c:533: warning: assignment makes pointer from integer without a cast
db_.c: In function `openDatabase':
db_.c:568: warning: assignment makes pointer from integer without a cast
db_.c: In function `db_open_or_attach':
db_.c:594: warning: assignment makes pointer from integer without a cast

rwilson added on 2010-02-08 14:52:56:
building in windows...


anonymous added on 2010-12-21 16:26:46:
Fixed with [73c24ae363]