From 3e9c7a18d630e303d45f4907f83634ddea9049f7 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 9 Sep 2006 12:55:13 +0200 Subject: [PATCH] Removed -Winline from CFLAGS. --- ChangeLog | 3 +++ Makefile | 2 +- TODO | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.5