diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2012-01-29 12:08:42 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2012-01-29 12:08:42 +0000 |
commit | 3cd7eb021d83d36c7f568df1f4f08e41f0fd0f2f (patch) | |
tree | 9eaa35f9ddb69c40be3c0947ee500e54e19328cd /sbin | |
parent | dbb4efd3a7fe8e9c69bb5f90523a749686e1886c (diff) |
Remove -Werror so that we do not break builds on systems running with
WARNINGS=yes.
Found the hard way by nicm@
ok nicm@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/bioctl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/bioctl/Makefile b/sbin/bioctl/Makefile index e7038874231..c3aa07469ac 100644 --- a/sbin/bioctl/Makefile +++ b/sbin/bioctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2008/06/14 06:28:27 djm Exp $ +# $OpenBSD: Makefile,v 1.11 2012/01/29 12:08:41 jsing Exp $ PROG= bioctl SRCS= bioctl.c pbkdf2.c @@ -7,7 +7,6 @@ LDADD= -lutil DPADD= ${LIBUTIL} CDIAGFLAGS= -Wall -CDIAGFLAGS+= -Werror CDIAGFLAGS+= -Wpointer-arith CDIAGFLAGS+= -Wno-uninitialized CDIAGFLAGS+= -Wstrict-prototypes |