From c3699a5335cb636fe898fe1b1cdb1ee43c638b71 Mon Sep 17 00:00:00 2001 From: sheldonh Date: Tue, 9 Jul 2002 08:37:36 +0000 Subject: Define NO_WERROR to unbreak world until the maintainer has had time to coordinate fixes for this contrib code. --- gnu/usr.bin/binutils/gdbreplay/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu') diff --git a/gnu/usr.bin/binutils/gdbreplay/Makefile b/gnu/usr.bin/binutils/gdbreplay/Makefile index ef1ff53..2acb8e6 100644 --- a/gnu/usr.bin/binutils/gdbreplay/Makefile +++ b/gnu/usr.bin/binutils/gdbreplay/Makefile @@ -14,6 +14,9 @@ NOMAN= yes SRCS= gdbreplay.c +# XXX Don't die on warnings, until the maintainer has a chance to fix them. +NO_WERROR= yes + CFLAGS+= -I${.CURDIR}/../gdb CFLAGS+= -I${GDBDIR}/gdb CFLAGS+= -I${GDBDIR}/gdb/config -- cgit v1.1