diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2018-10-30 14:44:12 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2018-10-30 14:44:12 +0000 |
| commit | 8522d140a568be6044aad4288042c72e8d3b72a7 (patch) | |
| tree | 404f70b26d164ca08eecac7c87a892fc54a48aac /lib/csu/tests | |
| parent | d59a162c118b3e3befb4f0a46ecd1cf6e5bdf353 (diff) | |
Notes
Diffstat (limited to 'lib/csu/tests')
| -rw-r--r-- | lib/csu/tests/Makefile.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/tests/Makefile.tests b/lib/csu/tests/Makefile.tests index 64b4227fe48e..fa99e787fbea 100644 --- a/lib/csu/tests/Makefile.tests +++ b/lib/csu/tests/Makefile.tests @@ -4,7 +4,7 @@ ATF_TESTS_C+= init_test ATF_TESTS_C+= fini_test ATF_TESTS_CXX+= cxx_constructors -WARNS?= 5 +WARNS?= 3 .if exists(${.CURDIR:H:H}/${MACHINE_ARCH}) CFLAGS+= -I${.CURDIR:H:H}/${MACHINE_ARCH} |
