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
This commit is contained in:
andrew@webrtc.org 2011-09-01 17:57:44 +00:00
parent a80d026517
commit f1f93d822e

View File

@ -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