diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-04-10 18:08:37 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-04-10 18:08:37 -0400 |
commit | 3377167bc7bb1dc2ab8010d4bc09824b8492367a (patch) | |
tree | c6743461d8a96b12c5eed2c0595c24546910ee82 /i18npool | |
parent | 23aaabc2b5bcda9858863a8defb3f226c9511a75 (diff) |
supress warnings from icu-generated headers
Change-Id: Ibbf0c1148cf8ea37bb51e6c31d2e89efc9dfce00
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/Library_i18npool.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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. |