You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chewin...@googlegroups.com
Hi Kan-Ru,
謝謝回答,我的 MinGW 以後知道怎樣編譯了
不過我比較無聊,讓它開 -Wall 結果吐出幾個警告,就貼在後面分享 :)
sincerely yours Bo-cheng Jhan
D:\libchewing\thirdparty\sqlite-amalgamation\sqlite3.c: In function 'sqlite3ThreadJoin': D:\libchewing\thirdparty\sqlite-amalgamation\sqlite3.c:32865:8: warning: variable 'bRc' set but not used [-Wunused-but-set-variable] BOOL bRc; ^~~ At top level: D:\libchewing\thirdparty\sqlite-amalgamation\sqlite3.c:51884:20: warning: 'sqlite3IsMemdb' defined but not used [-Wunused-function] SQLITE_PRIVATE int sqlite3IsMemdb(const sqlite3_vfs *pVfs){ ^~~~~~~~~~~~~~ D:\libchewing\src\chewing-sql.c: In function 'TerminateUserphrase': D:\libchewing\src\chewing-sql.c:482:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable] int ret; ^~~