Bug 800401 - Make sure that the WebRTC build system does not impose the -Werror flag on all Linux/Mac builds; r=jesup

In the future, we need to hook these up to the FAIL_ON_WARNINGS machinery.
This commit is contained in:
Ehsan Akhgari 2012-10-11 13:42:12 -04:00
parent c63b8b5035
commit d484c73230
3 changed files with 0 additions and 10 deletions

View File

@ -132,7 +132,6 @@
## Mac
[ 'OS == "mac"', {
'cflags_mozilla': [
'-Werror',
'-Wall',
'-Wno-parentheses',
'-Wno-strict-prototypes',
@ -183,7 +182,6 @@
## Linux
[ 'OS == "linux"', {
'cflags': [
'-Werror',
'-Wall',
'-Wno-parentheses',
'-Wno-strict-prototypes',

View File

@ -150,7 +150,6 @@
## Mac
[ 'OS == "mac"', {
'cflags_mozilla': [
'-Werror',
'-Wall',
'-Wno-parentheses',
'-Wno-strict-prototypes',
@ -200,7 +199,6 @@
## Linux
[ 'OS == "linux"', {
'cflags': [
'-Werror',
'-Wall',
'-Wno-parentheses',
'-Wno-strict-prototypes',

View File

@ -184,7 +184,6 @@
],
'cflags_mozilla': [
'-Werror',
],
}],
['OS=="win"', {
@ -212,8 +211,6 @@
],
'cflags_mozilla': [
'-Werror',
'-Wno-error=conversion'
],
}],
],
@ -633,7 +630,6 @@
],
'cflags_mozilla': [
'-Werror',
],
}],
['OS=="win"', {
@ -752,8 +748,6 @@
],
'cflags_mozilla': [
'-Werror',
'-Wno-error=conversion'
],
}],
],