From owner-freebsd-hackers Wed Jun 16 5:27: 8 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id 41EA4156DD for ; Wed, 16 Jun 1999 05:27:04 -0700 (PDT) (envelope-from nick.hibma@jrc.it) Received: from elect8 (elect8.jrc.it [139.191.71.152]) by mrelay.jrc.it (LMC5692) with SMTP id OAA11439; Wed, 16 Jun 1999 14:26:51 +0200 (MET DST) Date: Wed, 16 Jun 1999 14:26:51 +0200 (MET DST) From: Nick Hibma X-Sender: n_hibma@elect8 Reply-To: Nick Hibma To: Ladavac Marino Cc: FreeBSD hackers mailing list Subject: RE: Typo: sys/pci/pcisupport.c In-Reply-To: <55586E7391ACD211B9730000C1100276179678@r-lmh-wi-100.corpnet.at> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > 955: /* VIA Technologies -- vendor 0x1106 &/ > > 956: case 0x05861106: /* south bridge section */ > > 957: return ("VIA 82C586 PCI-ISA bridge"); > > > > This is cute. Moo. > [ML] Yes. A comment-within-a-comment compiler warning would > have been nice. AFAIK, gcc doesn't warn about that. It does, just no one checking. Someone needs to go and fix warnings again in CURRENT. root@elpc36:ELPC $make pcisupport.o perl5 ../../kern/makedevops.pl -h ../../kern/bus_if.m cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h -elf ../../pci/pcisupport.c ../../pci/pcisupport.c:955: warning: `/*' within comment To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message