From 4c89b6417fc488552ca319a895046118cc1f679c Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Wed, 23 Jun 2010 17:42:30 -0500 Subject: [PATCH] Remove stale warning suppressions butc/dump.c and ubik/beacon.c have had their warnings fixed and their suppressions removed. Remove the warning suppression for tbutc/dump.c and tubik/beacon.c, as well. Change-Id: Ie3cae93932797ef5a55403f3548518af6da267f0 Reviewed-on: http://gerrit.openafs.org/2242 Tested-by: Andrew Deason Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/tbutc/Makefile.in | 2 +- src/tubik/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tbutc/Makefile.in b/src/tbutc/Makefile.in index f97977253..43f36c9a6 100644 --- a/src/tbutc/Makefile.in +++ b/src/tbutc/Makefile.in @@ -102,7 +102,7 @@ tcudbprocs.o: ${BUTC}/tcudbprocs.c ${BUTCINCLS} ${CC} ${CFLAGS} -c ${BUTC}/tcudbprocs.c dump.o: ${BUTC}/dump.c ${BUTCINCLS} - ${CC} ${CFLAGS} @CFLAGS_NOERROR@ -c ${BUTC}/dump.c + ${CC} ${CFLAGS} -c ${BUTC}/dump.c tcstatus.o: ${BUTC}/tcstatus.c ${BUTCINCLS} ${CC} ${CFLAGS} -c ${BUTC}/tcstatus.c diff --git a/src/tubik/Makefile.in b/src/tubik/Makefile.in index 4cd2fab80..6207975e2 100644 --- a/src/tubik/Makefile.in +++ b/src/tubik/Makefile.in @@ -199,7 +199,7 @@ remote.o: ${srcdir}/remote.c ${CCRULE} beacon.o: ${srcdir}/beacon.c - ${CCRULE} @CFLAGS_NOERROR@ + ${CCRULE} lock.o: ${srcdir}/lock.c ${CCRULE} -- 2.39.5