mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
Update README.WARNINGS, adjust warning inhibition flags
Remove warning inhibition for fsprobe and uss_kauth, and adjust README.WARNINGS to the current status. Change-Id: Icc1f16a6ec70799c05abfcde557c66fae7c4311d Reviewed-on: http://gerrit.openafs.org/4400 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
b3094a39b7
commit
64a305971f
@ -51,7 +51,7 @@ bucoord/ubik_db_if.c : strict-proto : Ubik_Call
|
|||||||
bucoord/commands.c : all : Ubik_Call
|
bucoord/commands.c : all : Ubik_Call
|
||||||
: signed vs unsigned for dates
|
: signed vs unsigned for dates
|
||||||
butc/tcudbprocs.c : all : ubik_Call
|
butc/tcudbprocs.c : all : ubik_Call
|
||||||
kauth/admin_tools.c : all : ubik_Call nonsense
|
kauth/admin_tools.c : all : signed vs unsigned for dates
|
||||||
kauth/authclient.c : strict-proto : ubik_Call nonsense
|
kauth/authclient.c : strict-proto : ubik_Call nonsense
|
||||||
libadmin/kas/afs_kasAdmin.c: all : Ubik_Call nonsense
|
libadmin/kas/afs_kasAdmin.c: all : Ubik_Call nonsense
|
||||||
libadmin/samples/rxstat_query_peer.c : all : util_RPCStatsStateGet types
|
libadmin/samples/rxstat_query_peer.c : all : util_RPCStatsStateGet types
|
||||||
@ -59,7 +59,5 @@ libadmin/samples/rxstat_query_process.c : all : util_RPCStatsStateGet types
|
|||||||
libadmin/test/client.c : all : util_RPCStatsStateGet types
|
libadmin/test/client.c : all : util_RPCStatsStateGet types
|
||||||
rx/rx.c : all (pthread) : rxkad_global_stats_init not proto'd
|
rx/rx.c : all (pthread) : rxkad_global_stats_init not proto'd
|
||||||
ubik/ubikclient.c : strict-protos : ubik_Call
|
ubik/ubikclient.c : strict-protos : ubik_Call
|
||||||
uss/uss_kauth.c : all : ubik_Call
|
|
||||||
viced/fsprobe.c : all : ubik_Call
|
|
||||||
volser/vol-dump.c : format : afs_sfsize_t
|
volser/vol-dump.c : format : afs_sfsize_t
|
||||||
|
|
||||||
|
@ -50,7 +50,6 @@ uss: uss.o ${OBJS} $(LIBS)
|
|||||||
|
|
||||||
uss.o: uss.c AFS_component_version_number.c
|
uss.o: uss.c AFS_component_version_number.c
|
||||||
|
|
||||||
CFLAGS_uss_kauth.o = @CFLAGS_NOERROR@
|
|
||||||
CFLAGS_lex.yy.o = @CFLAGS_NOUNUSED@
|
CFLAGS_lex.yy.o = @CFLAGS_NOUNUSED@
|
||||||
lex.yy.o : lex.yy.c y.tab.c
|
lex.yy.o : lex.yy.c y.tab.c
|
||||||
|
|
||||||
|
@ -83,7 +83,6 @@ fileserver: ${objects} ${headers} ${LIBS}
|
|||||||
${LIBS} $(LIB_roken) ${XLIBS} ;; \
|
${LIBS} $(LIB_roken) ${XLIBS} ;; \
|
||||||
esac
|
esac
|
||||||
|
|
||||||
CFLAGS_fsprobe.o = @CFLAGS_NOERROR@ -DINTERPRET_DUMP
|
|
||||||
fsprobe.o: fsprobe.c AFS_component_version_number.c
|
fsprobe.o: fsprobe.c AFS_component_version_number.c
|
||||||
|
|
||||||
fsprobe: fsprobe.o
|
fsprobe: fsprobe.o
|
||||||
|
Loading…
Reference in New Issue
Block a user