diff options
author | ngie <ngie@FreeBSD.org> | 2015-11-15 04:51:14 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-11-15 04:51:14 +0000 |
commit | 4ded20769a38fabb4ed4d123468d652a3371dcfa (patch) | |
tree | b2d411f19441a2ae2ddfdfd7816714b1cc076a1c /lib/libc | |
parent | fe387a666998af236d141f9923fcf56f5eb8711f (diff) | |
download | FreeBSD-src-4ded20769a38fabb4ed4d123468d652a3371dcfa.zip FreeBSD-src-4ded20769a38fabb4ed4d123468d652a3371dcfa.tar.gz |
Bump WARNS to 2
MFC after: 1 week
X-MFC with: r290532
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/tests/locale/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/tests/locale/Makefile b/lib/libc/tests/locale/Makefile index e05cbae..750b7ae 100644 --- a/lib/libc/tests/locale/Makefile +++ b/lib/libc/tests/locale/Makefile @@ -39,6 +39,8 @@ SRCS.wctomb_2_test= wctomb_test.c CFLAGS.t_wctomb.c+= -Wno-stack-protector +WARNS?= 2 + .include "../Makefile.netbsd-tests" .include <bsd.test.mk> |