mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1073003 - Disable -Wattribute warnings in media/webrtc/signaling. r=jesup
--HG-- extra : rebase_source : 94f3143aa82f6dee9042101b2aa7ca123418490a extra : source : 63c0c77d853e1aa286fb084ba7bd814ee894c42b
This commit is contained in:
parent
1357478870
commit
ed873ccd90
@ -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