The following commit has been merged in the openafs-stable-1_8_x branch:
commit 1b704df8db4c7e2191b3683c03590aeb663af2f8
Author: Benjamin Kaduk <[email protected]>
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 <[email protected]>
    Reviewed-by: Cheyenne Wills <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    (cherry picked from commit 96c0b88947c7aab605170bdca633d3716051a58e)
    
    Change-Id: I950ff8de925a1ca03e50ad7ec394123445b5ce4a
    Reviewed-on: https://gerrit.openafs.org/13742
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: Marcio Brito Barbosa <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 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
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to