From: Simon Wilkinson Date: Fri, 18 Jan 2013 22:54:03 +0000 (+0000) Subject: rx: Remove warning inhibition on rx.c X-Git-Tag: openafs-stable-1_8_0pre1~1646 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=cb9f25c448ca89e84abdefb9ddbff6937e1e7a7f 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 --- diff --git a/src/rx/Makefile.in b/src/rx/Makefile.in index d38e2e0..1318618 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 #