OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_5-28-g1b704df
Gerrit Code Review
gerrit@openafs.org
Sun, 26 Jan 2020 12:54:48 -0500
The following commit has been merged in the openafs-stable-1_8_x branch:
commit 1b704df8db4c7e2191b3683c03590aeb663af2f8
Author: Benjamin Kaduk <kaduk@mit.edu>
Date: Sat Feb 2 18:39:53 2019 -0600
Avoid incomplete function type in casts
clang complains that these casts contain an incomplete function type
(since the function argument is omitted rather than declared to be
void). Since we just need the cast to pointer type, let the compiler
do it implicitly and pass stock NULL, rather than trying to force a
cast to function-pointer type.
Reviewed-on: https://gerrit.openafs.org/13473
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
(cherry picked from commit 96c0b88947c7aab605170bdca633d3716051a58e)
Change-Id: I950ff8de925a1ca03e50ad7ec394123445b5ce4a
Reviewed-on: https://gerrit.openafs.org/13742
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/fsprobe/fsprobe.c | 2 +-
src/rx/rx.c | 6 +++---
src/xstat/xstat_fs.c | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
--
OpenAFS Master Repository