From 379f84e47d2fd0fdc069bdd7e4ce1e7132e37e9d Mon Sep 17 00:00:00 2001 From: Daniel Holbert Date: Tue, 29 Jan 2013 21:12:07 -0800 Subject: [PATCH] Bug 836150: Mark tools/profiler as FAIL_ON_WARNINGS, for non-MSVC compilers. r=BenWa --- tools/profiler/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/profiler/Makefile.in b/tools/profiler/Makefile.in index 009ffb69bf86..e5e615e2bff1 100644 --- a/tools/profiler/Makefile.in +++ b/tools/profiler/Makefile.in @@ -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 \