diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2015-12-09 19:25:45 +0000 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2015-12-09 19:25:45 +0000 |
commit | 09e212b2106ac61f55f7cc2ec8138fadbac7c501 (patch) | |
tree | 0f49c9217c06070210ee462a498a05c0ef2575b7 | |
parent | 9fd05ef90da990f7eaea8b785f93631cffe65eae (diff) | |
download | FreeBSD-src-09e212b2106ac61f55f7cc2ec8138fadbac7c501.zip FreeBSD-src-09e212b2106ac61f55f7cc2ec8138fadbac7c501.tar.gz |
Remove NO_WERROR, after fix from r292023.
-rw-r--r-- | lib/libopenbsd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libopenbsd/Makefile b/lib/libopenbsd/Makefile index 3f16bff..3eb6b74 100644 --- a/lib/libopenbsd/Makefile +++ b/lib/libopenbsd/Makefile @@ -11,5 +11,4 @@ CFLAGS+= -I${.CURDIR} WARNS= 3 -NO_WERROR= .include <bsd.lib.mk> |