From: Andrew Deason Date: Wed, 7 Oct 2009 21:39:18 +0000 (-0500) Subject: Ignore libafsrpc warnings for shlibafsrpc also X-Git-Tag: openafs-devel-1_5_66~104 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1d8118d3da8251ecbb18743fbaff6ebd3330f484;p=packages%2Fo%2Fopenafs.git Ignore libafsrpc warnings for shlibafsrpc also Some warnings were ignored in libafsrpc, but not in shlibafsrpc. Ignore them in both places. Reviewed-on: http://gerrit.openafs.org/601 Tested-by: Derrick Brashear Reviewed-by: Derrick Brashear --- diff --git a/src/shlibafsrpc/Makefile.in b/src/shlibafsrpc/Makefile.in index d46ffbf3f..0fbf38f94 100644 --- a/src/shlibafsrpc/Makefile.in +++ b/src/shlibafsrpc/Makefile.in @@ -179,7 +179,7 @@ rx_pthread.o: ${RX}/rx_pthread.c ${CCRULE} rx.o: ${RX}/rx.c - ${CCRULE} + ${CCRULE} @CFLAGS_NOERROR@ rx_conncache.o: ${RX}/rx_conncache.c ${CCRULE} @@ -417,7 +417,7 @@ afsint.cs.o: ${FSINT}/afsint.cs.c ${CCRULE} afsint.xdr.o: ${FSINT}/afsint.xdr.c - ${CCRULE} + ${CCRULE} @CFLAGS_NOERROR@ afscbint.cs.o: ${FSINT}/afscbint.cs.c ${CCRULE}