From: Martin Mares Date: Sun, 24 Mar 2002 12:35:39 +0000 (+0000) Subject: Removed -Werror. X-Git-Tag: v3.0.0~201 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=3db325b75c8bf258280e92528a85b90229ef3bf5;p=pciutils.git Removed -Werror. --- diff --git a/Makefile b/Makefile index 2b08e15..c288f68 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.38 2001/11/04 15:33:07 mj Exp $ +# $Id: Makefile,v 1.39 2002/03/24 12:35:39 mj Exp $ # Makefile for Linux PCI Utilities -# (c) 1998--2000 Martin Mares +# (c) 1998--2002 Martin Mares OPT=-O2 -fomit-frame-pointer #OPT=-O2 -g -CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Werror +CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes VERSION=2.1.9 #SUFFIX=-pre2