From 35620695762e66f61a7f897aec76f8ddb5e8c1e8 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 26 Dec 2003 19:52:42 +0000 Subject: [PATCH] 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 --- Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 -- 2.39.2