* c-lex.c (yylex): Initialize warn.
authorRichard Henderson <rth@cygnus.com>
Thu, 16 Sep 1999 00:54:31 +0000 (17:54 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 16 Sep 1999 00:54:31 +0000 (17:54 -0700)
From-SVN: r29447

gcc/ChangeLog
gcc/c-lex.c

index 39930f970d807db5d0d6815ddcd64a5e4d338309..aff2d71ac04d793d71dcb398f43c3803d6d7891d 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep 15 17:53:16 1999  Richard Henderson  <rth@cygnus.com>
+
+       * c-lex.c (yylex): Initialize warn.
+
 Wed Sep 15 18:35:38 1999  Jeffrey A Law  (law@cygnus.com)
 
        * pa.c (emit_move_sequence): Properly set the mode of the scratch
index 1af77d4c2eaed564a719ddeda725ca26d711031c..c4619c4ef5d5721d8a1b243bd47d20cd389dc1fb 100644 (file)
@@ -1761,7 +1761,7 @@ yylex ()
            int spec_long = 0;
            int spec_long_long = 0;
            int spec_imag = 0;
-           int warn, i;
+           int warn = 0, i;
 
            traditional_type = ansi_type = type = NULL_TREE;
            while (1)