diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-09-14 13:45:17 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-09-14 13:55:09 +0300 |
commit | 0fb18d82742f704017768d342180e0bb2943c3aa (patch) | |
tree | a5f5d11f21642c49e59c4c534a9daac909d317ec /i18npool | |
parent | ef404fa6fd48729b3a3378368c1c585fb589ef83 (diff) |
It seems gcc has -Waddress where Clang has -Wbool-conversions
Change-Id: Ic5ddaf436592c1112cb9b3a1b36d2026caddf368
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/textconversion/textconversion_ko.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/i18npool/source/textconversion/textconversion_ko.cxx b/i18npool/source/textconversion/textconversion_ko.cxx index 334de83bfae1..2d13c1e068df 100644 --- a/i18npool/source/textconversion/textconversion_ko.cxx +++ b/i18npool/source/textconversion/textconversion_ko.cxx @@ -142,7 +142,9 @@ TextConversion_ko::getCharConversions(const OUString& aText, sal_Int32 nStartPos #else #ifdef LIBO_WERROR #pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wpragmas" #pragma GCC diagnostic warning "-Wbool-conversions" +#pragma GCC diagnostic warning "-Waddress" #endif #endif if (toHanja && getHangul2HanjaIndex && getHangul2HanjaIndexCount && getHangul2HanjaData) { |