Bug 1056941 - Disable unused local typedef warning in STLPort; r=glandium

This commit is contained in:
Jim Chen 2014-08-26 15:07:59 -04:00
parent 67cb28f899
commit 893d3c90a2

View File

@ -60,4 +60,5 @@ if CONFIG['GNU_CXX']:
CXXFLAGS += [ CXXFLAGS += [
'-Wno-empty-body', '-Wno-empty-body',
'-Wno-type-limits', '-Wno-type-limits',
'-Wno-unused-local-typedefs',
] ]