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.
# (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