From 7551fca1025e97659b6bb011bb04f561d23f54c6 Mon Sep 17 00:00:00 2001 From: Daniel Holbert Date: Wed, 27 Mar 2013 00:04:00 -0700 Subject: [PATCH] (no bug) Remove some whitespace on blank line, in configure.in. whitespace-only, DONTBUILD --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index fc2b072de57c..e700e2350175 100644 --- a/configure.in +++ b/configure.in @@ -1426,7 +1426,7 @@ if test "$GNU_CC"; then MOZ_C_SUPPORTS_WARNING(-W, type-limits, ac_c_has_wtype_limits) MOZ_C_SUPPORTS_WARNING(-W, empty-body, ac_c_has_wempty_body) MOZ_C_SUPPORTS_WARNING(-W, sign-compare, ac_c_has_sign_compare) - + # Turn off the following warnings that -Wall turns on: # -Wno-unused - lots of violations in third-party code #