Rationalize warning suppression. First, 64-bit portability warnings are disabled...
authorJeff Cohen <jeffc@jolt-lang.org>
Sat, 18 Dec 2004 06:55:41 +0000 (06:55 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Sat, 18 Dec 2004 06:55:41 +0000 (06:55 +0000)
commit530f887ff2549d58020310ff53003bcd9ba76c4a
tree8996a4c4486c6f5db51438c555e41dd21de2bf97
parent06c06dbaafbc30e7926b3bcbbe6f8a0887cbfc62
Rationalize warning suppression.  First, 64-bit portability warnings are disabled.  The
specific warnings they produced were being suppressed anyway.  The truncation warnings
that were suppressed are now enabled, and the few that still occur ought to be fixed.
The only warnings suppressed now are the "negating an unsigned is still unsigned", the
validity of which Chris does not accept, and the "implicit conversion of <type> to bool
performance warning".  Making the conversion explicit won't make it run any faster and
this is an easier way to shut the compiler up.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19031 91177308-0d34-0410-b5e6-96231b3b80d8
win32/Analysis/Analysis.vcproj
win32/CodeGen/CodeGen.vcproj
win32/ExecutionEngine/ExecutionEngine.vcproj
win32/Fibonacci/Fibonacci.vcproj
win32/Support/Support.vcproj
win32/System/System.vcproj
win32/TableGen/TableGen.vcproj
win32/Target/Target.vcproj
win32/Transforms/Transforms.vcproj
win32/VMCore/VMCore.vcproj
win32/x86/x86.vcproj