mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 1073003 - Disable -Wattribute warnings in media/webrtc/signaling. r=jesup
--HG-- extra : rebase_source : 7ed91b6452409799a66b00b34d9ff5e812f591c8
This commit is contained in:
parent
24acf4aba0
commit
f14a262ef0
@ -259,6 +259,13 @@
|
||||
'cflags_mozilla': [
|
||||
],
|
||||
}],
|
||||
['OS=="android" or moz_widget_toolkit_gonk==1', {
|
||||
'cflags_mozilla': [
|
||||
# This warning complains about important MOZ_EXPORT attributes
|
||||
# on forward declarations for Android API types.
|
||||
'-Wno-error=attributes',
|
||||
],
|
||||
}],
|
||||
['OS=="win"', {
|
||||
'include_dirs': [
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user