Temporarily turn off -Werror for these components.

This commit is contained in:
Alexander Kabaev 2003-07-11 05:24:32 +00:00
parent 22bf82941c
commit 08cbb1d115
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117423
3 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,7 @@ DFLAGS= -D_PATH_TCSHELL='"/rescue/${PROG}"'
DFLAGS= -D_PATH_TCSHELL='"/bin/${PROG}"'
.endif
CFLAGS+= -I. -I${.CURDIR} -I${TCSHDIR} ${DFLAGS}
WARNS= 2
WARNS= 0
SRCS= sh.c sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.char.c \
sh.exp.c sh.file.c sh.func.c sh.glob.c sh.hist.c sh.init.c \
sh.lex.c sh.misc.c sh.parse.c sh.print.c sh.proc.c sh.sem.c \

View File

@ -13,6 +13,7 @@ SRCS+= archive.c archive64.c archures.c bfd.c binary.c cache.c \
.if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "ia64" || ${TARGET_ARCH} == "sparc64")
WARNS= 2
.endif
WARNS=0
CFLAGS+= -I${SRCDIR}/bfd
CFLAGS+= -DBFD_VERSION=\"${VERSION_DATE}\" -DBFD_VERSION_DATE=${VERSION_DATE}
CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\"

View File

@ -9,7 +9,7 @@ BINDIR=/usr/bin
PROG= readelf
SRCS= ${PROG}.c
WARNS= 2
WARNS= 0
CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils -I${SRCDIR}/binutils
DPADD= ${RELTOP}/libbinutils/libbinutils.a