Bug 1073003 - Disable -Wattribute warnings in media/webrtc/signaling. r=jesup

--HG--
extra : rebase_source : 7ed91b6452409799a66b00b34d9ff5e812f591c8
This commit is contained in:
Botond Ballo 2014-12-19 12:08:08 -05:00
parent 24acf4aba0
commit f14a262ef0

View File

@ -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': [
],