artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0773b7
)
Inspired by recent dhcrelay changes, bring in stricter CFLAGS!
author
krw
<krw@openbsd.org>
Wed, 12 Apr 2017 19:19:11 +0000
(19:19 +0000)
committer
krw
<krw@openbsd.org>
Wed, 12 Apr 2017 19:19:11 +0000
(19:19 +0000)
usr.sbin/dhcpd/Makefile
patch
|
blob
|
history
diff --git
a/usr.sbin/dhcpd/Makefile
b/usr.sbin/dhcpd/Makefile
index
7300cc3
..
1825954
100644
(file)
--- a/
usr.sbin/dhcpd/Makefile
+++ b/
usr.sbin/dhcpd/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
6 2017/02/13 19:13:14
krw Exp $
+# $OpenBSD: Makefile,v 1.
7 2017/04/12 19:19:11
krw Exp $
.include <bsd.own.mk>
@@
-13,3
+13,6
@@
LDADD+=-lcrypto
CFLAGS+=-Wall
.include <bsd.prog.mk>
+CFLAGS+=-Wstrict-prototypes -Wmissing-prototypes
+CFLAGS+=-Wmissing-declarations
+CFLAGS+=-Wshadow -Wpointer-arith -Wcast-qual