1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00

Build most of games/ with -Werror-implicit-function-declaration.

Prompted by benno's addition of the flag to most of usr.sbin/.

ok benno@
This commit is contained in:
tb 2015-12-28 20:55:55 +00:00
parent 1e35d1c5d0
commit 3c9e3b93e0

View File

@ -1,3 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.6 2015/11/24 03:10:09 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.7 2015/12/28 20:55:55 tb Exp $
BINDIR?= /usr/games
COPTS+= -Werror-implicit-function-declaration