Fix warnings in tviced
[openafs.git] / README.WARNINGS
index ee7754b..5a10fc6 100644 (file)
@@ -51,37 +51,27 @@ bozo/bos.c           : all           : DES key types & string consts
 bozo/bos_util.c      : all           : DES key types
 bubasics/bumon.ss.c  : all          : BC_Print collision betwen client & server
 bucoord/ubik_db_if.c : strict-proto  : Ubik_Call
-                    : all           : Public version of volser_prototypes req
-bucoord/volstub.c    : all           : Public version of volser_prototypes req
 bucoord/commands.c   : all          : Ubik_Call
                                     : signed vs unsigned for dates
 budb/server.c        : all          : ExtendedCellInfo
-butc/lwps.c          : all           : Public version of volser_prototypes req
 butc/tcmain.c       : all           : prototypes / signed warnings (XXX)
 butc/recoverDb.c     : all          : pointer target issues (XXX)
 butc/tcudbprocs.c    : all          : ubik_Call
 butc/dump.c         : all           : pointer types (XXX)
 comerr/error_table.c : all           : Autogenerated file with unused labels
-fsint/afsint.xdr.c   : all           : rxgen opaque vectors problem
-fsprobe/fsprobe.c    : all          : Public version of volser_prototypes req
-kauth/kaprocs.c             : all           : XXX
 kauth/kaserver.c     : all          : ExtendedCellInfo
-kauth/krb_udp.c      : all           : XXX
+kauth/krb_udp.c      : all           : "Value computed is not used" - wierd
 kauth/admin_tools.c  : all           : ubik_Call nonsense
 kauth/authclient.c   : strict-proto  : ubik_Call nonsense
-                     : implicit-func : ubik_Call nonsense
-kauth/kas.c          : all           : XXX
-kauth/klog.c         : all           : XXX
-kauth/ka-forwarder.c : all           : XXX
+                     : all          : ubik_Call nonsense
 libadmin/bos/afs_bosAdmin.c: all     : DES keys, time types, and const
 libadmin/kas/afs_kasAdmin.c: all     : Ubik_Call nonsense, DES keys
 libadmin/samples/rxstat_query_peer.c : all : util_RPCStatsStateGet types
 libadmin/samples/rxstat_query_process.c : all : util_RPCStatsStateGet types
-libadmin/samples/rxdebug_peers.c : format : struct clock vs unsigned int
 libadmin/test/client.c : all         : util_RPCStatsStateGet types
 ptserver/ptserver.c  : all          : ExtendedCellInfo
 rxkad/rxkad_server.c : all           : Des key nonsense
-rxkad/ticket5.c      : implicit-func : CRC functions
+rxkad/ticket5.c      : all           : CRC functions
 rx/rx.c                     : all (pthread) : rxkad_global_stats_init not proto'd
 rx/xdr_rx.c          : all (ukernel) : Prototypes don't match due to AFS_XDR_T 
                                       not being used in the xdr header
@@ -90,14 +80,12 @@ ubik/beacon.c        : all           : Ubik uses signed/unsigned
                                       interchangably for IP addresses, a 
                                       fix will require API changes.
 ubik/ubikclient.c    : strict-protos : ubik_Call
-uss/uss_vol.c       : all           : Public version of volser_prototypes req
-                                      Format issues
+uss/uss_vol.c       : all             Format issues
 uss/uss_kauth.c      : all          : Des keys, ubik_Call
 uss/lex.yy.c         : all           : Unused symbols
 viced/fsprobe.c      : all          : ubik_Call
 vlserver/vlserver.c  : all          : GetExtendedCellInfo
 vol/salvager.c       : all           : consts & undefined variable from header
-volser/vos.c         : all           : ubik_Call_New, signedness and const
+volser/vos.c         : all          : ubik_Call_New
 volser/vol-dump.c    : format        : afs_sfsize_t
-volser/vsprocs.c     : format-extra  : The ONERROR macro needs to be rethought