зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1019050 - Fix unused-local-typedefs warning/error after WebRTC update. r=jesup, r=gps
This commit is contained in:
Родитель
a641390b53
Коммит
b1a107b043
|
@ -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 += [
|
||||
|
|
Загрузка…
Ссылка в новой задаче