]> git.pond.sub.org Git - empserver/commit
Remove pragmas that promote certain serious warnings to errors on
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 14 Dec 2003 10:15:03 +0000 (10:15 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 14 Dec 2003 10:15:03 +0000 (10:15 +0000)
commit5dde6b52a91f244b59ae9d70526fe96d7b002351
tree74be92c1d56551fe4b532bb508bbaaccbaf0d427
parentbe168eba05c97a6a10978a390776ce386e418ba9
Remove pragmas that promote certain serious warnings to errors on
windows.  For obvious reasons, such warnings ought to be fixed.
Making compilation abort is the sledgehammer method to force that.
It's a stupid method for us, as we develop on various platforms, and
don't test every single commit under Windows.  It gratuitously breaks
programs that work fine.  Leave them as warnings, and fix them on
sight.
include/misc.h