From 7d00e267bcaefee91bd4f54d1ac6541470effb90 Mon Sep 17 00:00:00 2001 From: "craig.schlenter@chromium.org" Date: Thu, 17 Sep 2009 06:09:39 +0000 Subject: Revert r26431. It broke the tree which seems unrelated but Mark also wants hbono's patch landed instead of this one. Review URL: http://codereview.chromium.org/211007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26432 0039d316-1c4b-4281-b951-d872f2087c98 --- base/debug_util_posix.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'base') diff --git a/base/debug_util_posix.cc b/base/debug_util_posix.cc index 6200777..1768234 100644 --- a/base/debug_util_posix.cc +++ b/base/debug_util_posix.cc @@ -20,12 +20,6 @@ #include "base/scoped_ptr.h" #include "base/string_piece.h" -#if defined(COMPILER_GCC) -// Squash warnings about backtrace et. al. not -// being NULL on Linux. -#pragma GCC diagnostic ignored "-Waddress" -#endif - // static bool DebugUtil::SpawnDebuggerOnProcess(unsigned /* process_id */) { NOTIMPLEMENTED(); -- cgit v1.1