From: Manuel Nickschas Date: Mon, 25 Jun 2007 18:21:09 +0000 (+0000) Subject: Finished the fusion of the different main_* files, so now we have only one #ifdef... X-Git-Tag: 0.1.0~191 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=6869909402a4dc807ee5261cc2a0999ac33053ee;hp=6869909402a4dc807ee5261cc2a0999ac33053ee Finished the fusion of the different main_* files, so now we have only one #ifdef-ridden main.cpp. Thought it might be a good idea to enable gcc warnings (-Wall -Wextra -ansi), so I did. While fixing most of the resulting warnings, I also found a couple of bugs. So this was a Good Thing[tm], obviously. Don't even think of enabling -pedantic as well - this fails horribly somewhere in Qt. ---