> > 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. r...@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 majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message