-Werror considered harmful. You're going to do unsigned < 0, it can warn.

This commit is contained in:
espie 2017-04-23 10:09:22 +00:00
parent 4bd6bb2f3b
commit f279fc44d8

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-Makefile,v 1.2 2016/03/02 13:34:32 sthen Exp $
--- Makefile.orig Mon Dec 5 08:45:17 2011
+++ Makefile Wed Mar 2 12:59:27 2016
$OpenBSD: patch-Makefile,v 1.3 2017/04/23 10:09:22 espie Exp $
--- Makefile.orig Mon Dec 5 09:45:17 2011
+++ Makefile Sun Apr 23 12:08:19 2017
@@ -1,6 +1,6 @@
OBJS= ole.o olestream-unwrap.o bytedecoders.o logger.o pldstr.o bt-int.o
-CFLAGS=-Wall -g -O2 -I. -Werror
+CFLAGS+= -Wall -g -I. -Werror
+CFLAGS+= -Wall -g -I.
.c.o: