summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authorthakis <thakis@chromium.org>2015-12-24 10:37:54 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-24 18:38:59 +0000
commit67b3d7f0c42f2e5af855feb67de574ffae58a9a8 (patch)
treee13e149e72366b7e26cc479427323e6222b39028 /build/common.gypi
parentb8cb7bf12f090e3a68fc5131064b1308677f4057 (diff)
downloadchromium_src-67b3d7f0c42f2e5af855feb67de574ffae58a9a8.zip
chromium_src-67b3d7f0c42f2e5af855feb67de574ffae58a9a8.tar.gz
chromium_src-67b3d7f0c42f2e5af855feb67de574ffae58a9a8.tar.bz2
win: Stop disabling compiler warning 4481.
The warning predates C++11. override is no longer a non-standard extension. BUG=none Review URL: https://codereview.chromium.org/1543043006 Cr-Commit-Position: refs/heads/master@{#366832}
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index e50fdf4..c3bc3df 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -5754,7 +5754,6 @@
4100, # Unreferenced formal parameter
4121, # Alignment of a member was sensitive to packing
4244, # Conversion from 'type1' to 'type2', possible loss of data
- 4481, # Nonstandard extension used: override specifier 'keyword'
4505, # Unreferenced local function has been removed
4510, # Default constructor could not be generated
4512, # Assignment operator could not be generated