зеркало из https://github.com/mozilla/gecko-dev.git
Bug 836150: Mark tools/profiler as FAIL_ON_WARNINGS, for non-MSVC compilers. r=BenWa
This commit is contained in:
Родитель
534910ac5d
Коммит
379f84e47d
|
@ -37,6 +37,9 @@ LIBRARY_NAME = profiler
|
|||
EXPORT_LIBRARY = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
ifndef _MSC_VER
|
||||
FAIL_ON_WARNINGS = 1
|
||||
endif # !_MSC_VER
|
||||
|
||||
CPPSRCS = \
|
||||
nsProfilerFactory.cpp \
|
||||
|
|
Загрузка…
Ссылка в новой задаче