Fossil

View Ticket
Login
2010-12-21
16:26 Fixed ticket [f64f9b57eb]: warnings introduced in db.c since checkin [2f58d48cab] plus 2 other changes artifact: 7a47aef615 user: anonymous
2010-02-08
14:52 Ticket [f64f9b57eb]: 2 changes artifact: 7045d6c847 user: rwilson
14:50 New ticket [f64f9b57eb]. artifact: df11fb436d user: rwilson

Ticket Hash: 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
15.28 years ago
Created: 2010-02-08 14:50:11
16.14 years ago
Version Found In: 01a769a9fa
Description:
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]