From 6c60411bc947b68c1fbbb37d75deb366741d8758 Mon Sep 17 00:00:00 2001 From: "cbentzel@chromium.org" Date: Thu, 14 Oct 2010 18:55:12 +0000 Subject: Revert 62604 - Use the correct flag for virtual destructor. TBR=cbentzel@chromium.org Review URL: http://codereview.chromium.org/3807005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62609 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 8415831..c376cb6 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', - '-Wnon-virtual-dtor', + '-Wno-non-virtual-dtor', ], 'ldflags': [ '-pthread', '-Wl,-z,noexecstack', -- cgit v1.1