]> err.no Git - dpkg/commitdiff
remove no longer used warning flags
authorWichert Akkerman <wakkerma@debian.org>
Sat, 21 Apr 2001 22:37:59 +0000 (22:37 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Sat, 21 Apr 2001 22:37:59 +0000 (22:37 +0000)
ChangeLog
Makefile.conf.in

index 4fb8afd058d64f1069f11e4e143b428ece72d34e..a1bb544bfd16ad2e928f90aa69a32a558e6a24cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Apr 22 00:33:26 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
+
+  * Makefile.conf.in: remove no longer used warning flags
+
 Sat Apr 21 17:16:28 CDT 2001 Adam Heath <doogie@debian.org>
 
   * main/help.c, main/processarc.c, main/filesdb.c,  main/configure.c,
index 8bcc5602c67c13eed0e976a6b73111b068e27bc0..30f9c2b3120aed38d70ce08d7c9f2d2c1c01946b 100644 (file)
@@ -44,12 +44,6 @@ INSTALL_SCRIPT               = @INSTALL_SCRIPT@
 SED                    = @SED@
 RM                     = @RM@
 
-
-WARN_ALL               = @WARN_ALL@
-WARN_WRITESTRINGS      = @WARN_WRITESTRINGS@
-WARN_POINTERMATH       = @WARN_POINTERMATH@
-WARN_IMPLICIT          = @WARN_IMPLICIT@
-
 CC                     = @CC@
 CFLAGS                 = @CFLAGS@ @CWARNS@