Fix checked builds with gcc4.2
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Fri, 9 Oct 2009 23:30:01 +0000 (00:30 +0100)
committerDerrick Brashear <shadow|account-1000005@unknown>
Thu, 15 Oct 2009 00:09:26 +0000 (17:09 -0700)
commit25882899879531d7bea20ab2d8c1e3dea0a7975b
tree477217b29282200e8b3fe308fc51b45c27271b32
parent41baf5c58fabc62145731be1d6c99c833c8ee003
Fix checked builds with gcc4.2

Recent change sets removed the 'ignore-all-warnings' mode from a
number of files, in favour of using the implicit-function-declaration
pragma. Sadly, that pragma isn't available in gcc 4.2. Revert the
Makefile changes such that ignore all warnings is turned back on
for the affected files, and note this in README.WARNINGS

Reviewed-on: http://gerrit.openafs.org/639
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
README.WARNINGS
src/kauth/Makefile.in
src/rxkad/Makefile.in
src/volser/Makefile.in