mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1056941 - Disable unused local typedef warning in STLPort; r=glandium
This commit is contained in:
parent
3dcbdea53a
commit
b3d78f3a71
@ -60,4 +60,5 @@ if CONFIG['GNU_CXX']:
|
||||
CXXFLAGS += [
|
||||
'-Wno-empty-body',
|
||||
'-Wno-type-limits',
|
||||
'-Wno-unused-local-typedefs',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user