More warnings cleanup
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Wed, 24 Feb 2010 21:39:10 +0000 (21:39 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 19 May 2010 18:22:24 +0000 (11:22 -0700)
Remove uneccessary warning inhibition in vol/
Update README.WARNINGS to match the current state of the tree

Change-Id: Ic1e5c74e0e7c2ccce0519b1572034f3666aa75e9
Reviewed-on: http://gerrit.openafs.org/1392
Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>

README.WARNINGS
src/vol/Makefile.in

index e3e0a1c..8fe9031 100644 (file)
@@ -65,6 +65,5 @@ ubik/beacon.c        : all           : Ubik uses signed/unsigned
 ubik/ubikclient.c    : strict-protos : ubik_Call
 uss/uss_kauth.c      : all          : ubik_Call
 viced/fsprobe.c      : all          : ubik_Call
-vol/salvager.c       : all           : consts & undefined variable from header - maybe fixed!
 volser/vol-dump.c    : format        : afs_sfsize_t
 
index 6d18435..dd0c63c 100644 (file)
@@ -181,7 +181,7 @@ vol-salvage.o salvager.o: vol-salvage.h
 vol-salvage.o: salvsync.h daemon_com.h
 
 salvager.o: salvager.c
-       $(CC) $(CFLAGS) @CFLAGS_NOERROR@ -c $<
+       $(CC) $(CFLAGS) -c $<
 
 vlib.a:        ${VLIBOBJS} AFS_component_version_number.o
        $(RM) -f $@