rx: Remove warning inhibition on rx.c
authorSimon Wilkinson <sxw@your-file-system.com>
Fri, 18 Jan 2013 22:54:03 +0000 (22:54 +0000)
committerDerrick Brashear <shadow@your-file-system.com>
Tue, 22 Jan 2013 15:35:15 +0000 (07:35 -0800)
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 <buildbot@rampaginggeek.com>
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

src/rx/Makefile.in

index d38e2e0..1318618 100644 (file)
@@ -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
 #