From cd235e389d6ea2c9d9c8b15722659d9c3d5bf0a3 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 26 Mar 2013 17:21:14 +0100 Subject: No (more/apparent) need for LIBO_WERROR Change-Id: I8483047631f512513cae017fdbb2dee77ce0f52f --- i18npool/source/textconversion/textconversion_ko.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'i18npool/source') diff --git a/i18npool/source/textconversion/textconversion_ko.cxx b/i18npool/source/textconversion/textconversion_ko.cxx index f20a1e6f62bd..d9fe16ccce20 100644 --- a/i18npool/source/textconversion/textconversion_ko.cxx +++ b/i18npool/source/textconversion/textconversion_ko.cxx @@ -137,14 +137,12 @@ TextConversion_ko::getCharConversions(const OUString& aText, sal_Int32 nStartPos const sal_uInt16* (*getHanja2HangulIndex)() = (const sal_uInt16* (*)()) getFunctionBySymbol("getHanja2HangulIndex"); const sal_Unicode* (*getHanja2HangulData)() = (const sal_Unicode* (*)()) getFunctionBySymbol("getHanja2HangulData"); #else -#ifdef LIBO_WERROR #pragma GCC diagnostic push #ifdef __clang__ #pragma GCC diagnostic warning "-Wbool-conversions" #else #pragma GCC diagnostic warning "-Waddress" #endif -#endif #endif if (toHanja && getHangul2HanjaIndex && getHangul2HanjaIndexCount && getHangul2HanjaData) { ch = aText[nStartPos]; @@ -192,7 +190,7 @@ TextConversion_ko::getCharConversions(const OUString& aText, sal_Int32 nStartPos } delete[] newStr; } -#if defined(DISABLE_DYNLOADING) && defined(LIBO_WERROR) +#if defined(DISABLE_DYNLOADING) #pragma GCC diagnostic pop #endif return output; -- cgit