]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Fix some warnings which are causing debug builds to fail.
authorPeter Powell <petpow@saberuk.com>
Sun, 7 Jul 2013 18:29:50 +0000 (19:29 +0100)
committerPeter Powell <petpow@saberuk.com>
Tue, 16 Jul 2013 21:06:40 +0000 (22:06 +0100)
commit0003fc3131974e95de3951654a3493e7f5f2f969
tree7c3c2b94d957c1d4f1501c303f438b03d857c867
parent6033f1d6fa3d37e068a56c29ef47b220abb3174d
Fix some warnings which are causing debug builds to fail.

- Clang: private field 'module' is not used
- GCC: suggest a space before ‘;’ or explicit braces around empty
       body in ‘while’ statement
include/modules/httpd.h
src/configparser.cpp