More warnings cleanup

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>
This commit is contained in:
Simon Wilkinson 2010-02-24 21:39:10 +00:00 committed by Derrick Brashear
parent bf2e4dd23e
commit a48a6c2a62
2 changed files with 1 additions and 2 deletions

View 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

View 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 $@