diff options
Diffstat (limited to 'intl/Makefile')
-rw-r--r-- | intl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/intl/Makefile b/intl/Makefile index 9d97088d4a..01e1383cb8 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -50,3 +50,7 @@ test ! -d CVS || cvs commit -m'Updated from $<' $@ endef endif + +CFLAGS-bindtextdom.c = -Wno-unused +CFLAGS-finddomain.c = -Wno-unused +CFLAGS-localealias.c = -Wno-unused |