Bug 1019050 - Fix unused-local-typedefs warning/error after WebRTC update. r=jesup, r=gps

This commit is contained in:
Jim Chen 2014-06-04 16:46:00 -04:00
parent 3a33175f71
commit ae06af29b3

View File

@ -12,6 +12,11 @@ if CONFIG['MOZ_WEBRTC']:
'/media/webrtc/trunk',
]
if CONFIG['GNU_CXX']:
CXXFLAGS += [
'-Wno-unused-local-typedefs', # Workaround until we fix bug 1020661
]
TEST_DIRS += ['tests/mochitest', 'tests/ipc', 'tests/identity']
XPIDL_SOURCES += [