]> mj.ucw.cz Git - pciutils.git/commitdiff
Removed -Winline from CFLAGS.
authorMartin Mares <mj@ucw.cz>
Sat, 9 Sep 2006 10:55:13 +0000 (12:55 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 9 Sep 2006 10:55:13 +0000 (12:55 +0200)
ChangeLog
Makefile
TODO

index 37d10e2d472e6ed7667075150ded81c982e2118c..ca01e8b19e3dadcaa8655a62b5a99812f1ac2072 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-09-09  Martin Mares  <mj@ucw.cz>
 
+       * Makefile (CFLAGS): Removed -Winline, it's not needed and triggers
+       at many non-interesting places with gcc 3.4.
+
        * Whitespace cleanup of all source files.
 
        * The pci.ids file can be stored compressed if zlib is available.
index aab4ee41f720c37d22741972c8a44e6612459af3..5aaf06be15c64f914e1262eb917f298fd0bb8c9a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 # (c) 1998--2006 Martin Mares <mj@ucw.cz>
 
 OPT=-O2
-CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Winline
+CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
 
 VERSION=2.2.4-pre4
 DATE=2006-07-30
diff --git a/TODO b/TODO
index 0768888b2c3f4b41c806cb092f787abfedf65743..6b453073933bcfcccaecd0dfb4d622ef06f06dc1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -8,3 +8,6 @@
 PCIIDS:
 - another mirror at Atrey?
 - delete old DB at SF
+
+- -Winline
+- release testing is bogus