mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 836570: Mark media/mtransport/build as FAIL_ON_WARNINGS on non-MSVC compilers. r=jesup
This commit is contained in:
parent
916a0b5d85
commit
87cf0d7808
@ -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