mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1145514 - Enable FAIL_ON_WARNINGS on MSVC in layout/generic. r=roc
This commit is contained in:
parent
fdb3d0ade4
commit
9e05fc378e
@ -165,7 +165,7 @@ SOURCES += [
|
|||||||
'nsPluginFrame.cpp',
|
'nsPluginFrame.cpp',
|
||||||
]
|
]
|
||||||
|
|
||||||
FAIL_ON_WARNINGS = not CONFIG['_MSC_VER']
|
FAIL_ON_WARNINGS = True
|
||||||
|
|
||||||
MSVC_ENABLE_PGO = True
|
MSVC_ENABLE_PGO = True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user