summaryrefslogtreecommitdiffstats
path: root/base/debug_util_posix.cc
diff options
context:
space:
mode:
authorcraig.schlenter@chromium.org <craig.schlenter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-17 06:09:39 +0000
committercraig.schlenter@chromium.org <craig.schlenter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-17 06:09:39 +0000
commit7d00e267bcaefee91bd4f54d1ac6541470effb90 (patch)
tree764b99016975d8c56a44b58d3de3398381c32e73 /base/debug_util_posix.cc
parentaddb2cca75bf413fccd76563e82d29f4578925b1 (diff)
downloadchromium_src-7d00e267bcaefee91bd4f54d1ac6541470effb90.zip
chromium_src-7d00e267bcaefee91bd4f54d1ac6541470effb90.tar.gz
chromium_src-7d00e267bcaefee91bd4f54d1ac6541470effb90.tar.bz2
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
Diffstat (limited to 'base/debug_util_posix.cc')
-rw-r--r--base/debug_util_posix.cc6
1 files changed, 0 insertions, 6 deletions
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();