From 5582e69034ba50273e149d51bf06746392403b90 Mon Sep 17 00:00:00 2001 From: jb Date: Tue, 20 Nov 2007 02:07:30 +0000 Subject: These are the things that the tinderbox has problems with because it doesn't use the default CFLAGS which contain -fno-strict-aliasing. Until the code is cleaned up, just add -fno-strict-aliasing to the CFLAGS of these for the tinderboxes' sake, allowing the rest of the tree to have -Werror enabled again. --- usr.sbin/kldxref/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/kldxref') diff --git a/usr.sbin/kldxref/Makefile b/usr.sbin/kldxref/Makefile index 33337fd..2f15505 100644 --- a/usr.sbin/kldxref/Makefile +++ b/usr.sbin/kldxref/Makefile @@ -5,6 +5,7 @@ MAN= kldxref.8 SRCS= kldxref.c ef.c ef_obj.c WARNS?= 2 +CFLAGS+=-fno-strict-aliasing .if exists(ef_${MACHINE_ARCH}.c) SRCS+= ef_${MACHINE_ARCH}.c -- cgit v1.1