mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
790b3108df
Currently, we inhibit various -Wdeprecated-declarations 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.
One source file, tests/auth/superuser-t.c, was inhibiting the
-Wdeprecated-declaractions warning unnecessarily (it has not been needed
since commit
|
||
---|---|---|
.. | ||
.gitignore | ||
authcon-t.c | ||
KeyFile | ||
KeyFile.short | ||
keys-t.c | ||
Makefile.in | ||
realms-t.c | ||
superuser-t.c | ||
test.xg | ||
writekeyfile.c | ||
writeoldkey-t |