From: Simon Wilkinson Date: Mon, 12 Sep 2011 08:42:47 +0000 (+0100) Subject: Add warning suppression to tcudbprocs.c X-Git-Tag: upstream/1.8.0_pre1^2~3288 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=759c993c615b214bebdb5b1dc7346a72e379c135;p=packages%2Fo%2Fopenafs.git 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 --- diff --git a/src/tbutc/Makefile.in b/src/tbutc/Makefile.in index 983bf1da7..14e829b58 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