]> mj.ucw.cz Git - pciutils.git/commitdiff
Added more warnings
authorMartin Mares <mj@ucw.cz>
Fri, 26 Dec 2003 19:52:42 +0000 (19:52 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 May 2006 12:18:07 +0000 (14:18 +0200)
Switched to pre-release mode and added some more warnings.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-2

Makefile

index a9fa56da4fa4694cdb72e3e45035781b24dcaf15..dcc3914314d92f153b988bf2491a8c5d11d15b07 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,12 +3,11 @@
 # (c) 1998--2003 Martin Mares <mj@ucw.cz>
 
 OPT=-O2 -fomit-frame-pointer
-#OPT=-O2 -g
-CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes
+CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Winline
 
-VERSION=2.1.11
-#SUFFIX=-pre2
-DATE=2003-01-04
+VERSION=2.1.12
+SUFFIX=-pre1
+DATE=2003-12-26
 
 PREFIX=/usr/local
 SBINDIR=$(PREFIX)/sbin