diff options
author | Alan Somers <asomers@FreeBSD.org> | 2017-04-02 02:09:39 +0000 |
---|---|---|
committer | Alan Somers <asomers@FreeBSD.org> | 2017-04-02 02:09:39 +0000 |
commit | bdfe010d40def13346e00e55f1a6c2051a1d85e3 (patch) | |
tree | 66e6dc29a952749ea848ce289f898089c72d694b | |
parent | 6adf6768d34d28d5d0c17a09450e40d70a588b42 (diff) |
Notes
-rw-r--r-- | lib/libc/tests/iconv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/tests/iconv/Makefile b/lib/libc/tests/iconv/Makefile index 635c26c7cfb7a..78423b7d27538 100644 --- a/lib/libc/tests/iconv/Makefile +++ b/lib/libc/tests/iconv/Makefile @@ -3,5 +3,6 @@ TESTSDIR= ${TESTSBASE}/lib/libc/iconv ATF_TESTS_C+= iconvctl_test +WARNS?= 2 .include <bsd.test.mk> |