summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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();