OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_65-27-g36be36e
Gerrit Code Review
gerrit@openafs.org
Thu, 8 Oct 2009 03:42:40 -0700 (PDT)
The following commit has been merged in the master branch:
commit 36be36e034141ded8fff5ff2edab3223b23c9fcf
Author: Andrew Deason <adeason@sinenomine.net>
Date: Wed Oct 7 17:48:52 2009 -0500
Fix warnings in kauth/authclient.c
-- In ka_Authenticate, explicitly cast 'start' and 'end' to void*,
since kawrap_ubik_Call takes all arguments as void*s
-- Fix kawrap_ubik_Call to not be an old-style declaration
-- Only ignore strict prototypes and implicit function declaration
warnings
Reviewed-on: http://gerrit.openafs.org/597
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
README.WARNINGS | 3 ++-
src/kauth/Makefile.in | 2 +-
src/kauth/authclient.c | 14 ++++++++------
3 files changed, 11 insertions(+), 8 deletions(-)
--
OpenAFS Master Repository