From d4b7202da6d6813152bfa905531297d330409a58 Mon Sep 17 00:00:00 2001
From: "cbentzel@chromium.org"
 <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Thu, 14 Oct 2010 18:47:14 +0000
Subject: Use the correct flag for virtual destructor.

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62604 0039d316-1c4b-4281-b951-d872f2087c98
---
 build/common.gypi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'build')

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',
-- 
cgit v1.1