OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-177-g8ecc497
Gerrit Code Review
gerrit@openafs.org
Fri, 10 Aug 2018 08:42:52 -0400
The following commit has been merged in the master branch:
commit 8ecc4976b83a034263b348d1b001dda378b26932
Author: Michael Meffie <mmeffie@sinenomine.net>
Date: Thu Aug 9 15:18:50 2018 -0400
opr: avoid empty nonnull argument index lists
Commit 71dc077831d339fc5822f2c2c79b65afe14b12f8 changed the AFS_NONULL
macro in opr.h to fix a build error on windows by adding an empty
argument index list.
However, Solaris compilers do not support empty parameter lists.
Specify the argument index to allow so nonnull function attributes can
be supported on Solaris.
Change-Id: I3e629868374eb6484923c253da2cdd1d8eacdb2f
Reviewed-on: https://gerrit.openafs.org/13276
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/opr/opr.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository