]> err.no Git - dpkg/commitdiff
Add more gcc warning flags
authorWichert Akkerman <wakkerma@debian.org>
Mon, 5 Mar 2001 13:28:57 +0000 (13:28 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Mon, 5 Mar 2001 13:28:57 +0000 (13:28 +0000)
ChangeLog
configure.in

index 47f1dc23b649e906d025aa9de5181d40ac89a5f1..0eba1242421932f2995ca584fe63e3816821c52c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Mar  5 14:03:49 CET 2001 Wichert Akkerman <wakkerma@debian.org>
+
+  * configure.in: add more warning flags for gcc
+
 Sun Mar 04 21:37:34 CET 2001 peter karlsson <peterk@debian.org>
 
   * po/sv.po, doc/sv/dpkg.8, doc/sv/822-date.1, doc/sv/start-stop-daemon.8:
@@ -26,7 +30,7 @@ Fri Mar  2 17:29:02 CET 2001 Wichert Akkerman <wakkerma@debian.org>
     + document -n option for dpkg-gencontrol
     + fix confusing wording for dpkg-buildpackage -uc option
     + fix layout error for dpkg-distaddfile section
-    + it's DEADJOE, not DEAD_JOEY
+    + it's DEADJOE, not DEAD_JOE
   * scripts/dpkg-architecture.pl:
     + apply cleanup patch from Julian Gilbey
     + modify gcc regexp to recognize gcc versions like 2.96-ia64-000717
index 6eb232175568d96136190fd99855a838df5f816a..305d5124b56a7f5d5c0d092408ea535d7ce8c194 100644 (file)
@@ -162,6 +162,7 @@ DPKG_C_GCC_TRY_WARNS(-Wall -Wno-implicit, dpkg_cv_c_gcc_warn_all)
 DPKG_C_GCC_TRY_WARNS(-Wwrite-strings, dpkg_cv_c_gcc_warn_writestrings)
 DPKG_C_GCC_TRY_WARNS(-Wpointer-arith, dpkg_cv_c_gcc_warn_pointerarith)
 DPKG_C_GCC_TRY_WARNS(-Wimplicit -Wnested-externs, dpkg_cv_c_gcc_warn_implicit)
+DPKG_C_GCC_TRY_WARNS(-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations, dpkg_cv_c_gcc_prototypes)
 AC_SUBST(CWARNS)
 
 dnl Force this here so we can do the next step