mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 836570: Mark media/mtransport/build as FAIL_ON_WARNINGS on non-MSVC compilers. r=jesup
This commit is contained in:
parent
b1b3cfad7e
commit
fd63ae53a8
@ -21,6 +21,9 @@ endif
|
||||
LIBXUL_LIBRARY=1
|
||||
|
||||
SRCS_IN_OBJDIR = 1
|
||||
ifndef _MSC_VER
|
||||
FAIL_ON_WARNINGS = 1
|
||||
endif # !_MSC_VER
|
||||
|
||||
EXPORTS_NAMESPACES = mtransport
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user