OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_64-19-g4c1c92c
Gerrit Code Review
gerrit@openafs.org
Mon, 28 Sep 2009 01:36:11 -0700 (PDT)
The following commit has been merged in the master branch:
commit 4c1c92c0bdd2b62845187c19a5f5821fe08cf47b
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
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 <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/rx/xdr.c | 16 ++++++++--------
src/rx/xdr_int64.c | 8 ++++----
2 files changed, 12 insertions(+), 12 deletions(-)
--
OpenAFS Master Repository