From owner-freebsd-current@FreeBSD.ORG Mon Jul 14 10:03:33 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 264E437B409 for ; Mon, 14 Jul 2003 10:03:33 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id B649443F3F for ; Mon, 14 Jul 2003 10:03:32 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 17321 invoked by uid 1000); 14 Jul 2003 17:03:33 -0000 Date: Mon, 14 Jul 2003 10:03:33 -0700 (PDT) From: Nate Lawson To: current@freebsd.org Message-ID: <20030714100204.E17270@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: ivar changes in newbus? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2003 17:03:33 -0000 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