From f8d55d3a99040d88cc9210782cc151b4ae9dac76 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Thu, 19 Jun 2014 20:02:29 +0000 Subject: Fix breakpad warnings. This has a warning that seems very dependent on the compiler version. BUG= R=jamesr@chromium.org Review URL: https://codereview.chromium.org/343743003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278466 0039d316-1c4b-4281-b951-d872f2087c98 --- breakpad/BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'breakpad') diff --git a/breakpad/BUILD.gn b/breakpad/BUILD.gn index ef6a1ad..596aea6 100644 --- a/breakpad/BUILD.gn +++ b/breakpad/BUILD.gn @@ -343,6 +343,10 @@ if (is_linux && current_toolchain == host_toolchain) { "src/tools/linux/dump_syms/dump_syms.cc", ] + # There are some warnings in this code. + configs -= [ "//build/config/compiler:chromium_code" ] + configs += [ "//build/config/compiler:no_chromium_code" ] + # dwarf2reader.cc uses dynamic_cast. Because we don't typically # don't support RTTI, we enable it for this single target. Since # dump_syms doesn't share any object files with anything else, -- cgit v1.1