diff options
author | obrien <obrien@FreeBSD.org> | 1999-11-05 11:42:30 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-11-05 11:42:30 +0000 |
commit | af59541d88274a855749824b48db3943f4e68c34 (patch) | |
tree | d1487de1e4fe4eeecee0ace0bdefeaba6ec28996 /contrib/amd/fsinfo | |
parent | 525520fd05daace78c0d8621f082ede8a143247a (diff) | |
download | FreeBSD-src-af59541d88274a855749824b48db3943f4e68c34.zip FreeBSD-src-af59541d88274a855749824b48db3943f4e68c34.tar.gz |
Virgin import of AMD (am-utils) v6.0.3s1
Diffstat (limited to 'contrib/amd/fsinfo')
-rw-r--r-- | contrib/amd/fsinfo/fsi_lex.l | 6 |
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); } |