OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1496-g292b375
Gerrit Code Review
gerrit@openafs.org
Tue, 9 Aug 2011 09:08:02 -0700 (PDT)
The following commit has been merged in the master branch:
commit 292b375e392c6d3443d486e654a88bc4b4502cb2
Author: Garrett Wollman <wollman@csail.mit.edu>
Date: Mon Aug 8 21:41:57 2011 -0400
volser: let it be known that Abort() really aborts
The compiler and static checkers can do a better job if they know that
certain functions never return. Tell it that common.c:Abort() is such
a function. While we're at it, let volser_internal.h provide the
declarations for this function (Log() was already there). This makes
volser parallel to the way the same functions are declared in vol.
Change-Id: I8b684bf96866edfc9edaae126d789d245a8d2356
Reviewed-on: http://gerrit.openafs.org/5175
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/volser/volmain.c | 3 ---
src/volser/volser_internal.h | 1 +
2 files changed, 1 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository