* aclocal.m4 (WITH_CC): Drop -Wno-comment, since we don't support SunOS 4 any longer
authorKen Raeburn <raeburn@mit.edu>
Sat, 13 Dec 2003 17:35:13 +0000 (17:35 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 13 Dec 2003 17:35:13 +0000 (17:35 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15916 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/aclocal.m4

index bb58f6918fa3d7a67fadc6e5c1533e33ee9c4118..a35107c28799ba040d946efc5f1308e701b5cc32 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-13  Ken Raeburn  <raeburn@mit.edu>
+
+       * aclocal.m4 (WITH_CC): Drop -Wno-comment, since we don't support
+       SunOS 4 any longer.
+
 2003-12-05  Tom Yu  <tlyu@mit.edu>
 
        * configure.in: Add support for building an LD_PRELOAD object for
index 5757a7dec14f40033cc9fdcff1d8edd79a222faa..646871764b866d6691146ba263f710fe32e56568 100644 (file)
@@ -469,9 +469,10 @@ if test $ac_cv_c_compiler_gnu = yes ; then
 fi
 AC_SUBST(HAVE_GCC)
 # maybe add -Waggregate-return, or can we assume that actually works by now?
-# -Wno-comment is for SunOS system header <sys/stream.h>
+# -Wno-comment used to be used for SunOS system header <sys/stream.h>
+# -Wno-long-long, if needed, for k5-platform.h without inttypes.h etc.
 extra_gcc_warn_opts="-Wall -Wmissing-prototypes -Wcast-qual \
- -Wcast-align -Wconversion -Wshadow -Wno-comment"
+ -Wcast-align -Wconversion -Wshadow"
 if test "$GCC" = yes ; then
   if test "x$krb5_ac_cflags_set" = xset ; then
     AC_MSG_NOTICE(not adding extra gcc warning flags because CFLAGS was set)