summaryrefslogtreecommitdiffstats
path: root/llvm/win32/Fibonacci
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2004-12-18 06:55:41 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2004-12-18 06:55:41 +0000
commitc3ba60ece694fa4e3f6fbb3bc917c0060c5f09a3 (patch)
treed4b312345f1c3895e5fc9639671dcca93e732b14 /llvm/win32/Fibonacci
parent5ababc6f33a722e529565d411c3ade6334c20202 (diff)
downloadbcm5719-llvm-c3ba60ece694fa4e3f6fbb3bc917c0060c5f09a3.tar.gz
bcm5719-llvm-c3ba60ece694fa4e3f6fbb3bc917c0060c5f09a3.zip
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. llvm-svn: 19031
Diffstat (limited to 'llvm/win32/Fibonacci')
-rw-r--r--llvm/win32/Fibonacci/Fibonacci.vcproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/win32/Fibonacci/Fibonacci.vcproj b/llvm/win32/Fibonacci/Fibonacci.vcproj
index 175641bb4bd..2db0f237ce9 100644
--- a/llvm/win32/Fibonacci/Fibonacci.vcproj
+++ b/llvm/win32/Fibonacci/Fibonacci.vcproj
@@ -28,9 +28,9 @@
RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
+ Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="4"
- DisableSpecificWarnings="4099;4800;4244;4267"/>
+ DisableSpecificWarnings="4146,4800"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
@@ -85,7 +85,7 @@
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"
- DisableSpecificWarnings="4099;4800;4244;4267"/>
+ DisableSpecificWarnings="4146,4800"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
OpenPOWER on IntegriCloud