aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar pcloudy <pcloudy@google.com>2017-05-24 13:12:41 +0200
committerGravatar Irina Iancu <elenairina@google.com>2017-05-24 14:37:41 +0200
commitcfe0064c3fda13503bd5a74df1f455d0291106ff (patch)
treedc91ffc68318d0eda53efc2f89bb33a9db7db5db /tools
parent0271796ab5f51e8da43ca5582c76d81843c54275 (diff)
Remove /W3 from compiler_flag from MSVC CROSSTOOL
The default warning level will become /W1 which only display severe warnings. https://msdn.microsoft.com/en-us/library/thxezb7y.aspx RELNOTES: None PiperOrigin-RevId: 156972872
Diffstat (limited to 'tools')
-rw-r--r--tools/cpp/CROSSTOOL.tpl2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/cpp/CROSSTOOL.tpl b/tools/cpp/CROSSTOOL.tpl
index 64234625d9..d705bead2f 100644
--- a/tools/cpp/CROSSTOOL.tpl
+++ b/tools/cpp/CROSSTOOL.tpl
@@ -200,8 +200,6 @@ toolchain {
compiler_flag: "/Gy"
# Use string pooling.
compiler_flag: "/GF"
- # Warning level 3 (could possibly go to 4 in the future).
- compiler_flag: "/W3"
# Catch both asynchronous (structured) and synchronous (C++) exceptions.
compiler_flag: "/EHsc"