From: Martin Mares Date: Sat, 9 Sep 2006 10:55:13 +0000 (+0200) Subject: Removed -Winline from CFLAGS. X-Git-Tag: v3.0.0~29 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=3e9c7a18d630e303d45f4907f83634ddea9049f7;p=pciutils.git Removed -Winline from CFLAGS. --- diff --git a/ChangeLog b/ChangeLog index 37d10e2..ca01e8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-09-09 Martin Mares + * 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. diff --git a/Makefile b/Makefile index aab4ee4..5aaf06b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # (c) 1998--2006 Martin Mares 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 0768888..6b45307 100644 --- a/TODO +++ b/TODO @@ -8,3 +8,6 @@ PCIIDS: - another mirror at Atrey? - delete old DB at SF + +- -Winline +- release testing is bogus