Date: Thu, 3 Nov 2005 15:45:03 -0500 From: Jung-uk Kim <jkim@FreeBSD.org> To: freebsd-current@FreeBSD.org Cc: FreeBSD Tinderbox <tinderbox@FreeBSD.org>, freebsd-amd64@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: [head tinderbox] failure on amd64/amd64 Message-ID: <200511031545.05339.jkim@FreeBSD.org> In-Reply-To: <20051103112655.A264C7302F@freebsd-current.sentex.ca> References: <20051103112655.A264C7302F@freebsd-current.sentex.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 03 November 2005 06:26 am, FreeBSD Tinderbox wrote: > cc -O2 -pipe -DACPI_APPLICATION -DACPI_DEBUG_OUTPUT > -DACPI_DEBUGGER -DACPI_DISASSEMBLER > -I/src/usr.sbin/acpi/acpidb/../../../sys -Wsystem-headers -Werror > -Wall -Wno-format-y2k -Wno-uninitialized -c > /src/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/dbcmds.c > /src/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/dbcmds.c: > In function `AcpiDbBusWalk': > /src/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/dbcmds.c: >1741: warning: dereferencing type-punned pointer will break > strict-aliasing rules *** Error code 1 Fix committed: http://docs.freebsd.org/cgi/mid.cgi?200511032027.jA3KRcgC022617 BTW, '-fno-strict-aliasing' is missing in CFLAGS and that's how I missed it. Why tinderbox uses different CFLAGS is beyond me though. :-( Sorry for the breakage. Jung-uk Kim
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511031545.05339.jkim>