mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
c63b8b5035
commit
d484c73230
2
media/mtransport/third_party/nICEr/nicer.gyp
vendored
2
media/mtransport/third_party/nICEr/nicer.gyp
vendored
@ -132,7 +132,6 @@
|
|||||||
## Mac
|
## Mac
|
||||||
[ 'OS == "mac"', {
|
[ 'OS == "mac"', {
|
||||||
'cflags_mozilla': [
|
'cflags_mozilla': [
|
||||||
'-Werror',
|
|
||||||
'-Wall',
|
'-Wall',
|
||||||
'-Wno-parentheses',
|
'-Wno-parentheses',
|
||||||
'-Wno-strict-prototypes',
|
'-Wno-strict-prototypes',
|
||||||
@ -183,7 +182,6 @@
|
|||||||
## Linux
|
## Linux
|
||||||
[ 'OS == "linux"', {
|
[ 'OS == "linux"', {
|
||||||
'cflags': [
|
'cflags': [
|
||||||
'-Werror',
|
|
||||||
'-Wall',
|
'-Wall',
|
||||||
'-Wno-parentheses',
|
'-Wno-parentheses',
|
||||||
'-Wno-strict-prototypes',
|
'-Wno-strict-prototypes',
|
||||||
|
@ -150,7 +150,6 @@
|
|||||||
## Mac
|
## Mac
|
||||||
[ 'OS == "mac"', {
|
[ 'OS == "mac"', {
|
||||||
'cflags_mozilla': [
|
'cflags_mozilla': [
|
||||||
'-Werror',
|
|
||||||
'-Wall',
|
'-Wall',
|
||||||
'-Wno-parentheses',
|
'-Wno-parentheses',
|
||||||
'-Wno-strict-prototypes',
|
'-Wno-strict-prototypes',
|
||||||
@ -200,7 +199,6 @@
|
|||||||
## Linux
|
## Linux
|
||||||
[ 'OS == "linux"', {
|
[ 'OS == "linux"', {
|
||||||
'cflags': [
|
'cflags': [
|
||||||
'-Werror',
|
|
||||||
'-Wall',
|
'-Wall',
|
||||||
'-Wno-parentheses',
|
'-Wno-parentheses',
|
||||||
'-Wno-strict-prototypes',
|
'-Wno-strict-prototypes',
|
||||||
|
@ -184,7 +184,6 @@
|
|||||||
],
|
],
|
||||||
|
|
||||||
'cflags_mozilla': [
|
'cflags_mozilla': [
|
||||||
'-Werror',
|
|
||||||
],
|
],
|
||||||
}],
|
}],
|
||||||
['OS=="win"', {
|
['OS=="win"', {
|
||||||
@ -212,8 +211,6 @@
|
|||||||
],
|
],
|
||||||
|
|
||||||
'cflags_mozilla': [
|
'cflags_mozilla': [
|
||||||
'-Werror',
|
|
||||||
'-Wno-error=conversion'
|
|
||||||
],
|
],
|
||||||
}],
|
}],
|
||||||
],
|
],
|
||||||
@ -633,7 +630,6 @@
|
|||||||
],
|
],
|
||||||
|
|
||||||
'cflags_mozilla': [
|
'cflags_mozilla': [
|
||||||
'-Werror',
|
|
||||||
],
|
],
|
||||||
}],
|
}],
|
||||||
['OS=="win"', {
|
['OS=="win"', {
|
||||||
@ -752,8 +748,6 @@
|
|||||||
],
|
],
|
||||||
|
|
||||||
'cflags_mozilla': [
|
'cflags_mozilla': [
|
||||||
'-Werror',
|
|
||||||
'-Wno-error=conversion'
|
|
||||||
],
|
],
|
||||||
}],
|
}],
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user