From f1f93d822ecb6aad6235ea311dfc2d3e62660b90 Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Thu, 1 Sep 2011 17:57:44 +0000 Subject: [PATCH] Remove warning settings more stringent than Chromium's common.gypi. Review URL: http://webrtc-codereview.appspot.com/131012 git-svn-id: http://webrtc.googlecode.com/svn/trunk@513 4adac7df-926f-26a2-2b94-8c16560cd09d --- src/build/common.gypi | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/build/common.gypi b/src/build/common.gypi index 84e22f74d4..d45022e9b2 100644 --- a/src/build/common.gypi +++ b/src/build/common.gypi @@ -102,16 +102,6 @@ 'defines': [ 'WEBRTC_VIDEO_EXTERNAL_CAPTURE_AND_RENDER', ], - }, { - # Add more stringent warnings to the standalone build than - # provided by the Chromium common.gypi. - 'conditions': [ - ['OS=="linux"', { - 'cflags': [ - '-Wextra', - ], - }], - ], }], ], # conditions