Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/xlint/lint1 oops! delint previous



details:   https://anonhg.NetBSD.org/src/rev/f0a3d072816e
branches:  trunk
changeset: 510262:f0a3d072816e
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu May 24 12:05:28 2001 +0000

description:
oops! delint previous

diffstat:

 usr.bin/xlint/lint1/cgram.y |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 82926bbdb550 -r f0a3d072816e usr.bin/xlint/lint1/cgram.y
--- a/usr.bin/xlint/lint1/cgram.y       Thu May 24 11:58:09 2001 +0000
+++ b/usr.bin/xlint/lint1/cgram.y       Thu May 24 12:05:28 2001 +0000
@@ -1,5 +1,5 @@
 %{
-/* $NetBSD: cgram.y,v 1.18 2001/05/24 11:56:03 lukem Exp $ */
+/* $NetBSD: cgram.y,v 1.19 2001/05/24 12:05:28 lukem Exp $ */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All Rights Reserved.
@@ -35,7 +35,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: cgram.y,v 1.18 2001/05/24 11:56:03 lukem Exp $");
+__RCSID("$NetBSD: cgram.y,v 1.19 2001/05/24 12:05:28 lukem Exp $");
 #endif
 
 #include <stdlib.h>
@@ -760,7 +760,7 @@
                        error(54);
                } else {
                        /* trailing "," prohibited in enum declaration */
-                       gnuism(54);
+                       (void)gnuism(54);
                }
                $$ = $1;
          }



Home | Main Index | Thread Index | Old Index