aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorapatrick@chromium.org <apatrick@chromium.org@736b8ea6-26fd-11df-bfd4-992fa37f6226>2012-01-26 19:18:24 +0000
committerapatrick@chromium.org <apatrick@chromium.org@736b8ea6-26fd-11df-bfd4-992fa37f6226>2012-01-26 19:18:24 +0000
commite057c5dd6e234c6edd8b80537ccb753b6c1eb343 (patch)
tree13ebb4123a7a3279e7d2760e7f278ffda608ae39 /build
parenta1d8059d676046ff9a35e15341866f1e93944132 (diff)
downloadangle-e057c5dd6e234c6edd8b80537ccb753b6c1eb343.tar.gz
Fixed more warnings.
Clang warns about missing case in enum glslang_lex.cpp so I disabled that one as well. MSVC, as Chromium is built at least, warns about things in its own STL headers in SymbolTable.cpp so disabled the warning for that file. esTransform.c had a struct that the compiler could not determine was initialized so I explicitly initialized it. Review URL: https://codereview.appspot.com/5577048 git-svn-id: https://angleproject.googlecode.com/svn/trunk@965 736b8ea6-26fd-11df-bfd4-992fa37f6226
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index e6c4be30..7fc2d90e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -50,7 +50,7 @@
],
'RuntimeTypeInfo': 'false',
'WarningLevel': '4',
- 'DisableSpecificWarnings': '4100;4127;4189;4239;4244;4245;4389;4512;4702;4718',
+ 'DisableSpecificWarnings': '4100;4127;4189;4239;4244;4245;4389;4512;4702',
},
'VCLinkerTool': {
'FixedBaseAddress': '1',