quieten gcc -Wall

This commit is contained in:
lukem 1997-10-23 06:29:16 +00:00
parent f0fe153c0a
commit 6e1d64c8d1

View File

@ -39,7 +39,7 @@
*
* %W% (Berkeley) %G%
*
* $Id: fsi_lex.l,v 1.7 1997/09/26 17:00:32 christos Exp $
* $Id: fsi_lex.l,v 1.8 1997/10/23 06:29:16 lukem Exp $
*
*/
@ -221,6 +221,7 @@ yyerror(char *fmt, ...)
/* this call will never happen */
unput(0);
return 0; /* XXX: quieten gcc */
}