> In the quest for removing warnings, I added an option --ccwarn to > Configure.pl. With this option I could selectivly turn on and off > warnings, and especially compile with -Werror, so I don't miss any > warnings. The simple warnings (the missing return values) were already > fixed before I was able to submit a patch.
Looking at the patch, it seems rather GCC-specific. The checking for "no-X" versus "X" in the warnings flags seems to be rather non-portable to compilers like MSVC. Unfortunately, I don't believe this is easily fixable. Mike Lambert