summaryrefslogtreecommitdiffstats
path: root/base/base.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'base/base.gypi')
-rw-r--r--base/base.gypi8
1 files changed, 7 insertions, 1 deletions
diff --git a/base/base.gypi b/base/base.gypi
index c7e3a29..369fa54 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -1,4 +1,4 @@
-# Copyright (c) 2009 The Chromium Authors. All rights reserved.
+# Copyright (c) 2010 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -607,6 +607,9 @@
'cflags': [
'-Wno-sign-compare',
],
+ 'cflags!': [
+ '-Wextra',
+ ],
'sources': [
'third_party/symbolize/symbolize.cc',
'third_party/symbolize/demangle.cc',
@@ -615,6 +618,9 @@
{
'target_name': 'xdg_mime',
'type': '<(library)',
+ 'cflags!': [
+ '-Wextra',
+ ],
'sources': [
'third_party/xdg_mime/xdgmime.c',
'third_party/xdg_mime/xdgmime.h',