diff options
author | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-14 18:47:14 +0000 |
---|---|---|
committer | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-14 18:47:14 +0000 |
commit | d4b7202da6d6813152bfa905531297d330409a58 (patch) | |
tree | edd94de8f7e583ab7762a02c071931bc240e262e /build | |
parent | a450f1bea7dfdb72b6d76298166c4bbeb46caa4b (diff) | |
download | chromium_src-d4b7202da6d6813152bfa905531297d330409a58.zip chromium_src-d4b7202da6d6813152bfa905531297d330409a58.tar.gz chromium_src-d4b7202da6d6813152bfa905531297d330409a58.tar.bz2 |
Use the correct flag for virtual destructor.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62604 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index c376cb6..8415831 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -874,7 +874,7 @@ # Make inline functions have hidden visiblity by default. # Surprisingly, not covered by -fvisibility=hidden. '-fvisibility-inlines-hidden', - '-Wno-non-virtual-dtor', + '-Wnon-virtual-dtor', ], 'ldflags': [ '-pthread', '-Wl,-z,noexecstack', |