Skip to content

Commit

Permalink
Lower some WARNS from 1 to 0. This needs more work.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Wildner committed Jan 16, 2011
1 parent 0fced63 commit e49a8a3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion usr.bin/opiekey/Makefile
Expand Up @@ -8,7 +8,7 @@ PROG= opiekey
CFLAGS+=-I${.CURDIR}/../../lib/libopie
CFLAGS+=-I${OPIE_DIST}
CFLAGS+=-DINSECURE_OVERRIDE
WARNS?= 1
WARNS?= 0

DPADD= ${LIBOPIE} ${LIBMD}
LDADD= -lopie -lmd
Expand Down
2 changes: 1 addition & 1 deletion usr.bin/opiepasswd/Makefile
Expand Up @@ -8,7 +8,7 @@ PROG= opiepasswd
CFLAGS+=-I${.CURDIR}/../../lib/libopie
CFLAGS+=-I${OPIE_DIST}
CFLAGS+=-DINSECURE_OVERRIDE
WARNS?= 1
WARNS?= 0

DPADD= ${LIBOPIE} ${LIBMD}
LDADD= -lopie -lmd
Expand Down
2 changes: 1 addition & 1 deletion usr.bin/tip/Makefile.inc
@@ -1 +1 @@
WARNS?= 1
WARNS?= 0
2 changes: 1 addition & 1 deletion usr.sbin/acpi/Makefile.inc
Expand Up @@ -18,7 +18,7 @@ SRCS+= ${.OBJDIR}/acpi.h ${.OBJDIR}/platform/acenv.h
CLEANFILES+= ${.OBJDIR}/acpi.h
CLEANDIRS+= ${.OBJDIR}/platform

WARNS?= 1
WARNS?= 0

.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
Expand Down
2 changes: 1 addition & 1 deletion usr.sbin/i4b/Makefile.inc
Expand Up @@ -14,6 +14,6 @@ I4B_EXTERNAL_MONITOR = 1
# at all
#I4B_NOTCPIP_MONITOR = 1

WARNS?= 1
WARNS?= 0

.include "${.CURDIR}/../../Makefile.inc"

0 comments on commit e49a8a3

Please sign in to comment.