libfetion / libfetion-gui

Automatically exported from code.google.com/p/libfetion-gui
2 stars 0 forks source link

编译错误 #164

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
BUG REPRODUCE STEPS:
revision 475

EXPECTED OUTCOME:

ACTUAL OUTCOME:
src/fxdb.cpp: In function ‘bool setAutoLogin(const char*, const char*, 
int)’:
src/fxdb.cpp:280: warning: format ‘%d’ expects type ‘int’, but argument 
5
has type ‘size_t’
src/fxdb.cpp:280: warning: format ‘%d’ expects type ‘int’, but argument 
7
has type ‘size_t’
src/fxdb.cpp: In function ‘void UpdateAccountToDB(const Fetion_Account*)’:
src/fxdb.cpp:979: error: return-statement with a value, in function
returning 'void'
make: *** [.tmp/fxdb.o] Error 1

LIBFETION VERSION:
OS: linux

OTHERS:

Original issue reported on code.google.com by zh.je...@gmail.com on 25 Dec 2009 at 8:56

GoogleCodeExporter commented 9 years ago
已经在 r479 中修复,非常感谢你的report.

Original comment by libfet...@gmail.com on 25 Dec 2009 at 4:33