From cb9f25c448ca89e84abdefb9ddbff6937e1e7a7f Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Fri, 18 Jan 2013 22:54:03 +0000 Subject: [PATCH] rx: Remove warning inhibition on rx.c The CFLAGS_NOERROR rule for rx.c seems to have crept back in as part of the libtool changes. The LWP build of rx.c has never had warning inhibition on rx.c, and the inhibition in the pthread builds was removed by 327762071be3806c5d08be0218982c7027754756 Change-Id: Icde3f0b6ee2f8ae0818a3dc722c6171284d6a9e6 Reviewed-on: http://gerrit.openafs.org/8921 Tested-by: BuildBot Reviewed-by: Chas Williams - CONTRACTOR Reviewed-by: Derrick Brashear --- src/rx/Makefile.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rx/Makefile.in b/src/rx/Makefile.in index d38e2e07b..131861834 100644 --- a/src/rx/Makefile.in +++ b/src/rx/Makefile.in @@ -51,8 +51,6 @@ liboafs_rx.la: liboafs_rx.la.sym $(LT_objs) $(LT_deps) libafsrpc_rx.la: $(LT_objs) $(LT_LDLIB_pic) $(LT_objs) -CFLAGS_rx.lo = @CFLAGS_NOERROR@ - # # Install targets # -- 2.39.5