Move warning flags to new variables WARN_CFLAGS and WARN_CXXFLAGS, so
authorGreg Hudson <ghudson@mit.edu>
Wed, 3 Dec 2008 18:21:22 +0000 (18:21 +0000)
committerGreg Hudson <ghudson@mit.edu>
Wed, 3 Dec 2008 18:21:22 +0000 (18:21 +0000)
commit7a64640413a306635ad94403b72d798e4aa527ee
treed7de9ad9825efdde5efe329a774c4df65d75e4b3
parent2a43fdbc47af63acccb80cbeab3bfb84394002b7
Move warning flags to new variables WARN_CFLAGS and WARN_CXXFLAGS, so
that users can override the debugging and optimization flags
independently of the warning flags.

Remove -Wconversion from the standard set of warning flags since it
warns excessively on perfectly good code, and is designed to aid in
conversion of code from K&R to ANSI C rather than to maintain code
quality.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21273 dc483132-0cff-0310-8789-dd5450dbe970
src/aclocal.m4
src/config/pre.in