From 3377167bc7bb1dc2ab8010d4bc09824b8492367a Mon Sep 17 00:00:00 2001 From: Peter Foley Date: Wed, 10 Apr 2013 18:08:37 -0400 Subject: supress warnings from icu-generated headers Change-Id: Ibbf0c1148cf8ea37bb51e6c31d2e89efc9dfce00 --- i18npool/Library_i18npool.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'i18npool') diff --git a/i18npool/Library_i18npool.mk b/i18npool/Library_i18npool.mk index 9056fb916871..955579f5abdd 100644 --- a/i18npool/Library_i18npool.mk +++ b/i18npool/Library_i18npool.mk @@ -148,7 +148,8 @@ $(call gb_CxxObject_get_target,i18npool/source/collator/collator_unicode) :| \ $(eval $(call gb_Library_add_generated_cobjects,i18npool,\ CustomTarget/i18npool/breakiterator/OpenOffice_dat \ $(foreach txt,$(wildcard $(SRCDIR)/i18npool/source/breakiterator/data/*.txt),\ - CustomTarget/i18npool/breakiterator/$(notdir $(basename $(txt)))_brk) \ + CustomTarget/i18npool/breakiterator/$(notdir $(basename $(txt)))_brk),\ + $(if $(filter GCC,$(COM)),-Wno-unused-macros) \ )) # i18npool dlopens localedata_* libraries. -- cgit