Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jul 2003 10:03:33 -0700 (PDT)
From:      Nate Lawson <nate@root.org>
To:        current@freebsd.org
Subject:   ivar changes in newbus?
Message-ID:  <20030714100204.E17270@root.org>

next in thread | raw e-mail | index | archive | help
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



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