ivar changes in newbus?

Nate Lawson nate at root.org
Mon Jul 14 10:03:33 PDT 2003


I'm getting these warnings when building sys/modules/acpi:

cc -O -pipe -mcpu=pentiumpro -I/home/src/sys/modules/acpi/../../contrib/dev/acpica  -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -std=c99 -DKLD_MODULE -nostdinc -I-  -I/home/src/sys/modules/acpi/../../contrib/dev/acpica -I. -I@ -I@/dev -I@/../include -I/usr/include -fno-common  -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -std=c99 -c /home/src/sys/modules/acpi/../../i386/acpica/acpi_wakeup.c
bus_if.h:39: warning: inlining failed in call to `BUS_READ_IVAR'
@/dev/acpica/acpivar.h:194: warning: called from here
bus_if.h:50: warning: inlining failed in call to `BUS_WRITE_IVAR'
@/dev/acpica/acpivar.h:206: warning: called from here
bus_if.h:39: warning: inlining failed in call to `BUS_READ_IVAR'
@/dev/acpica/acpivar.h:215: warning: called from here
bus_if.h:50: warning: inlining failed in call to `BUS_WRITE_IVAR'
@/dev/acpica/acpivar.h:227: warning: called from here
bus_if.h:39: warning: inlining failed in call to `BUS_READ_IVAR'
@/dev/acpica/acpivar.h:236: warning: called from here
bus_if.h:50: warning: inlining failed in call to `BUS_WRITE_IVAR'
@/dev/acpica/acpivar.h:248: warning: called from here
bus_if.h:39: warning: inlining failed in call to `BUS_READ_IVAR'
@/dev/acpica/acpivar.h:194: warning: called from here

All the files that include bus_if.h get these.  Ideas?

-Nate


More information about the freebsd-current mailing list