changeset 7442:6a5caacdedca

Use IF_LINT.
author Bruno Haible <bruno@clisp.org>
date Sat, 07 Oct 2006 17:37:46 +0000
parents fe60a8754d22
children 495459d266f1
files lib/fstrcmp.c
diffstat 1 files changed, 2 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lib/fstrcmp.c
+++ b/lib/fstrcmp.c
@@ -381,13 +381,9 @@
       if (c >= ctxt->too_expensive)
 	{
 	  OFFSET fxybest;
-	  OFFSET fxbest;
+	  OFFSET fxbest IF_LINT (= 0;
 	  OFFSET bxybest;
-	  OFFSET bxbest;
-
-	  /* Pacify `gcc -Wall'. */
-	  fxbest = 0;
-	  bxbest = 0;
+	  OFFSET bxbest IF_LINT (= 0;
 
 	  /* Find forward diagonal that maximizes X + Y.  */
 	  fxybest = -1;