OpenAFS Master Repository branch, master, updated. 2cf12c43c6a5822212f1d4e42dca7c059a1a9000
Gerrit Code Review
gerrit@openafs.org
Thu, 16 Jul 2009 11:36:45 -0700 (PDT)
The following commit has been merged in the master branch:
commit 2cf12c43c6a5822212f1d4e42dca7c059a1a9000
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Tue Jul 14 00:01:09 2009 +0100
Use AFS_PTR_FMT to format pointers
Replace "0x%x" with "%"AFS_FMT_PTR for pointer printing in all locations
where gcc flags a warning.
This change is warnings reduction driven - there are many more
occurences of this in the code which don't currently result in
compiler warnings, because the va_args functions they're used in
aren't defined as printflike.
Reviewed-on: http://gerrit.openafs.org/75
Verified-by: Russ Allbery <rra@stanford.edu>
Reviewed-by: Russ Allbery <rra@stanford.edu>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Verified-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
src/config/stds.h | 2 +-
src/ptserver/ptserver.c | 2 +-
src/rx/rx_event.c | 7 +++++--
src/rx/rx_user.c | 4 ++--
src/xstat/xstat_cm.c | 10 +++++-----
src/xstat/xstat_cm_test.c | 6 +++---
src/xstat/xstat_fs.c | 10 +++++-----
src/xstat/xstat_fs_test.c | 4 ++--
8 files changed, 24 insertions(+), 21 deletions(-)
--
OpenAFS Master Repository