Enable warnings-as-errors on Mac.

TEST=build on Mac (make and XCode)

Review URL: http://webrtc-codereview.appspot.com/335007

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1272 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2011-12-21 16:36:56 +00:00
parent d3131ed049
commit 003044a6df

View File

@ -142,11 +142,6 @@
'target_conditions': [
# TODO(andrew): This block disables some warnings from the chromium_code
# configuration. Remove when possible.
['OS=="mac"', {
'xcode_settings': {
'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO',
},
}],
['OS=="win"', {
'msvs_disabled_warnings': [4389], # Signed/unsigned mismatch.
'msvs_settings': {
@ -159,8 +154,3 @@
}, # target_defaults
}
# Local Variables:
# tab-width:2
# indent-tabs-mode:nil
# End:
# vim: set expandtab tabstop=2 shiftwidth=2: