Skip to content

Commit

Permalink
Bring back the WARNS level to what it used to be to please gcc arches…
Browse files Browse the repository at this point in the history
… at least
  • Loading branch information
bapt committed Oct 20, 2018
1 parent 594fb8f commit 6794a0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gnu/lib/libdialog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ LIBADD= ncursesw m

CFLAGS+= -I${.CURDIR} -I${DIALOG} -D_XOPEN_SOURCE_EXTENDED -DGCC_UNUSED=__unused
.PATH: ${DIALOG}
WARNS?= 4
WARNS?= 1

.include <bsd.lib.mk>
2 changes: 2 additions & 0 deletions gnu/usr.bin/dialog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ LIBADD= dialog ncursesw m
CFLAGS+= -I${.CURDIR} -I${DIALOG}
.PATH: ${DIALOG}

WARNS?= 6

.include <bsd.prog.mk>

0 comments on commit 6794a0c

Please sign in to comment.