The following commit has been merged in the master branch:
commit 2a9550a830f2371db6c160eece532f4e87ea6cc0
Author: Andrew Deason <[email protected]>
Date: Fri Dec 9 15:36:51 2022 -0600
Inhibit -Wstrict-prototypes warnings via CFLAGS
Currently, we inhibit various -Wstrict-prototypes warnings via
"#pragma GCC diagnostic warning". Some older compilers (like gcc 4.1
on RHEL5) don't understand the pragma, but still need the warning
inhibited in order to build with --enable-checking. So just inhibit
this warning via command-line CFLAGS instead of using #pragma
directives.
Change-Id: If5b37cba460bc243dbaeadc6305908aed0ad34d4
Reviewed-on: https://gerrit.openafs.org/15219
Reviewed-by: Cheyenne Wills <[email protected]>
Tested-by: BuildBot <[email protected]>
Reviewed-by: Andrew Deason <[email protected]>
Reviewed-by: Michael Meffie <[email protected]>
src/afsd/afsd.h | 4 ----
src/bucoord/Makefile.in | 1 +
src/bucoord/ubik_db_if.c | 5 -----
src/cf/osconf.m4 | 3 +++
src/kauth/Makefile.in | 3 +++
src/kauth/admin_tools.c | 4 ----
src/kauth/authclient.c | 1 -
src/libadmin/kas/Makefile.in | 1 +
src/libadmin/kas/afs_kasAdmin.c | 4 ----
src/tbutc/Makefile.in | 1 +
src/ubik/Makefile.in | 2 ++
src/ubik/ubikclient.c | 4 ----
12 files changed, 11 insertions(+), 22 deletions(-)
--
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs