Hello.
Can fix a little compilling warning on ban.cpp of TFS? >.<
You get that warning only compilling with the -Wall flag, I want this fixed because may cause crashes when optimize the compilation with -O2 or -O3.
Thanks! :thumbup:
Can fix a little compilling warning on ban.cpp of TFS? >.<
You get that warning only compilling with the -Wall flag, I want this fixed because may cause crashes when optimize the compilation with -O2 or -O3.
Code:
ban.cpp: In member function `virtual bool IOBan::loadBans(Ban&)':
ban.cpp:455: warning: comparison between signed and unsigned integer expressions
ban.cpp:475: warning: comparison between signed and unsigned integer expressions
Thanks! :thumbup: