From 61e9d0fdc2f358a4c7972035a802af0e3876a998 Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Mon, 5 Mar 2001 13:28:57 +0000 Subject: [PATCH] Add more gcc warning flags --- ChangeLog | 6 +++++- configure.in | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 47f1dc23..0eba1242 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Mar 5 14:03:49 CET 2001 Wichert Akkerman + + * configure.in: add more warning flags for gcc + Sun Mar 04 21:37:34 CET 2001 peter karlsson * 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 + 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 diff --git a/configure.in b/configure.in index 6eb23217..305d5124 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.39.5