Fossil SCM
warnings introduced in db.c since checkin [2f58d48cab]
Fixed
f64f9b57eb49f79…
· opened 16 years, 2 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Minor
- Resolution
- Fixed
- Subsystem
- —
- Created
- Feb. 8, 2010 2:50 p.m.
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]