From 759c993c615b214bebdb5b1dc7346a72e379c135 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Mon, 12 Sep 2011 09:42:47 +0100 Subject: [PATCH] Add warning suppression to tcudbprocs.c When tcudbprocs.o is built as part of tbutc, it needs to have the same warning suppression as when it is built as part of butc. Change-Id: Ied3a9512676ea929f5acdb80b29875555f69113a Reviewed-on: http://gerrit.openafs.org/5402 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- src/tbutc/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tbutc/Makefile.in b/src/tbutc/Makefile.in index 983bf1d..14e829b 100644 --- a/src/tbutc/Makefile.in +++ b/src/tbutc/Makefile.in @@ -96,6 +96,7 @@ list.o: ${BUTC}/list.c ${BUTCINCLS} recoverDb.o: ${BUTC}/recoverDb.c ${BUTCINCLS} $(AFS_CCRULE) ${BUTC}/recoverDb.c +CFLAGS_tcudbprocs.o=@CFLAGS_NOERROR@ tcudbprocs.o: ${BUTC}/tcudbprocs.c ${BUTCINCLS} $(AFS_CCRULE) ${BUTC}/tcudbprocs.c -- 1.9.4