summaryrefslogtreecommitdiffstats
path: root/contrib/amd/fsinfo
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-11-05 11:42:30 +0000
committerobrien <obrien@FreeBSD.org>1999-11-05 11:42:30 +0000
commit26b8629f85a5f42a111a8d2bab4e1576a2f27a5d (patch)
tree46240689aa24d9a1648512b10fe2f488efff320c /contrib/amd/fsinfo
parent9c9be5f80dc96ac7a4f98dce7a9814496f9f2aaa (diff)
parentaf59541d88274a855749824b48db3943f4e68c34 (diff)
downloadFreeBSD-src-26b8629f85a5f42a111a8d2bab4e1576a2f27a5d.zip
FreeBSD-src-26b8629f85a5f42a111a8d2bab4e1576a2f27a5d.tar.gz
This commit was generated by cvs2svn to compensate for changes in r52894,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/amd/fsinfo')
-rw-r--r--contrib/amd/fsinfo/fsi_lex.l6
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/amd/fsinfo/fsi_lex.l b/contrib/amd/fsinfo/fsi_lex.l
index ee223c2..545ed5c 100644
--- a/contrib/amd/fsinfo/fsi_lex.l
+++ b/contrib/amd/fsinfo/fsi_lex.l
@@ -39,7 +39,7 @@
*
* %W% (Berkeley) %G%
*
- * $Id: fsi_lex.l,v 1.2 1999/01/10 21:54:28 ezk Exp $
+ * $Id: fsi_lex.l,v 1.3 1999/09/30 21:01:41 ezk Exp $
*
*/
@@ -240,10 +240,8 @@ yyerror(char *fmt, ...)
fputc('\n', stderr);
parse_errors++;
va_end(ap);
+ if (0) unput(0);/* dummy to shut gcc up: "unput defined but not used" */
return 0;
-
- /* this call will never happen */
- unput(0);
}
OpenPOWER on IntegriCloud