mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1056941 - Disable unused local typedef warning in STLPort; r=glandium
This commit is contained in:
parent
67cb28f899
commit
893d3c90a2
@ -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',
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user