diff options
-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) { |