Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 1999 14:37:47 +0100
From:      Poul-Henning Kamp <phk@FreeBSD.ORG>
To:        committers@FreeBSD.ORG
Subject:   LINT doesn't compile ??
Message-ID:  <30378.917444267@critter.freebsd.dk>

next in thread | raw e-mail | index | archive | help

cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused  -fformat-extensions -ansi  -nostdinc -I- -I. -I../.. -I../../../include  -DKERNEL -DVM_STACK -include opt_global.h -elf  ../../pci/intpm.c
../../pci/intpm.c: In function `intsmb_alrintr':
../../pci/intpm.c:298: `error' undeclared (first use this function)
../../pci/intpm.c:298: (Each undeclared identifier is reported only once
../../pci/intpm.c:298: for each function it appears in.)
../../pci/intpm.c:304: `addr' undeclared (first use this function)
../../pci/intpm.c: In function `force_pci_map_int':
../../pci/intpm.c:676: warning: implicit declaration of function `next_apic_irq'
*** Error code 1 (continuing)
cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused  -fformat-extensions -ansi  -nostdinc -I- -I. -I../.. -I../../../include  -DKERNEL -DVM_STACK -include opt_global.h -elf  ../../dev/usb/uhci.c
../../dev/usb/uhci.c: In function `uhci_dumpregs':
../../dev/usb/uhci.c:406: `UHCI_LEGSUP' undeclared (first use this function)
../../dev/usb/uhci.c:406: (Each undeclared identifier is reported only once
../../dev/usb/uhci.c:406: for each function it appears in.)
machine/cpufunc.h:284: warning: inlining failed in call to `inw'
../../dev/usb/uhci.c:406: warning: called from here
*** Error code 1 (continuing)
`kernel' not remade because of errors.

--
Poul-Henning Kamp             FreeBSD coreteam member
phk@FreeBSD.ORG               "Real hackers run -current on their laptop."
FreeBSD -- It will take a long time before progress goes too far!

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?30378.917444267>