mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
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:
parent
bf2e4dd23e
commit
a48a6c2a62
@ -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
|
||||
|
||||
|
@ -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 $@
|
||||
|
Loading…
Reference in New Issue
Block a user