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 <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
Simon Wilkinson 2011-09-12 09:42:47 +01:00 committed by Derrick Brashear
parent fa6b865125
commit 759c993c61

View File

@ -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