The following commit has been merged in the master branch:
commit 4c1c92c0bdd2b62845187c19a5f5821fe08cf47b
Author: Simon Wilkinson <[email protected]>
Date: Sat Sep 26 17:34:48 2009 +0100
Fix signed/unsigned warnings in XDR
Our xdr routines use the same native functions to read signed, and
unsigned integers from the wire. This leads to compiler warnings when
the unsigned versions of these functions are called. This patch always
casts to (afs_int32 *) when calling PUT_INT32 and GET_INT32, to resolve
these warnings
Reviewed-on: http://gerrit.openafs.org/507
Tested-by: Derrick Brashear <[email protected]>
Reviewed-by: Derrick Brashear <[email protected]>
src/rx/xdr.c | 16 ++++++++--------
src/rx/xdr_int64.c | 8 ++++----
2 files changed, 12 insertions(+), 12 deletions(-)
--
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs