OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_72-135-g8ba939e
Gerrit Code Review
gerrit@openafs.org
Mon, 15 Mar 2010 13:14:58 -0700 (PDT)
The following commit has been merged in the master branch:
commit 8ba939e12636d573404d2777505a61608a4f3bd8
Author: Antoine Verheijen <antoine@ualberta.ca>
Date: Mon Mar 15 13:49:31 2010 -0600
Remove return of value for afs_MarinerLogFetch()
afs_MarinerLogFetch(), a void routine, attempts to return a value.
While gcc (amongst others) merely issues a warning about this, the
Sun Studio C compiler gets cranky (at least on x86) and treats it as
a hard error, thereby aborting the build. Since there actually is no
value to return, this update simply removes the attempt.
Change-Id: Ic89fb05380a25a433f9c3b9fa57962f215348d95
Reviewed-on: http://gerrit.openafs.org/1574
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/afs_mariner.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository