From: Martin Mares Date: Fri, 26 Dec 2003 19:52:42 +0000 (+0000) Subject: Added more warnings X-Git-Tag: v3.0.0~163 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=35620695762e66f61a7f897aec76f8ddb5e8c1e8;p=pciutils.git Added more warnings Switched to pre-release mode and added some more warnings. git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-2 --- diff --git a/Makefile b/Makefile index a9fa56d..dcc3914 100644 --- a/Makefile +++ b/Makefile @@ -3,12 +3,11 @@ # (c) 1998--2003 Martin Mares 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