From 4c401c72db31faf793d1cb0fefd69e564e1b0e28 Mon Sep 17 00:00:00 2001 From: Daniel Holbert Date: Thu, 21 May 2015 09:48:04 -0700 Subject: [PATCH] Bug 1167250: Mark testing/mochitest/ssltunnel/ as FAIL_ON_WARNINGS. r=ted --- testing/mochitest/ssltunnel/moz.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/mochitest/ssltunnel/moz.build b/testing/mochitest/ssltunnel/moz.build index b714d83a445..cdf1e351eea 100644 --- a/testing/mochitest/ssltunnel/moz.build +++ b/testing/mochitest/ssltunnel/moz.build @@ -18,3 +18,5 @@ USE_LIBS += [ # This isn't XPCOM code, but it wants to use STL, so disable the STL # wrappers DISABLE_STL_WRAPPING = True + +FAIL_ON_WARNINGS = True