diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-11-07 20:31:23 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-11-07 20:31:23 +0000 |
| commit | 29660f86e21cd3837fa1baa63dc3eb6ea977c83c (patch) | |
| tree | 1adffa54b06798a5cb214b107090e2bf8522515e /usr.bin/localedef | |
| parent | a0e395a47fab07e0a348db187a2b6d4115f7c0e1 (diff) | |
Notes
Diffstat (limited to 'usr.bin/localedef')
| -rw-r--r-- | usr.bin/localedef/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/localedef/Makefile b/usr.bin/localedef/Makefile index 8ce5c4aa592d..8225cacab609 100644 --- a/usr.bin/localedef/Makefile +++ b/usr.bin/localedef/Makefile @@ -13,7 +13,7 @@ SRCS= charmap.c \ time.c \ wide.c -WARNS= 3 +WARNS= 5 ${SRCS:M*.c}: parser.h parser.h: parser.y |
