Kaydet (Commit) 0fb18d82 authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Tor Lillqvist

It seems gcc has -Waddress where Clang has -Wbool-conversions

Change-Id: Ic5ddaf436592c1112cb9b3a1b36d2026caddf368
üst ef404fa6
...@@ -142,7 +142,9 @@ TextConversion_ko::getCharConversions(const OUString& aText, sal_Int32 nStartPos ...@@ -142,7 +142,9 @@ TextConversion_ko::getCharConversions(const OUString& aText, sal_Int32 nStartPos
#else #else
#ifdef LIBO_WERROR #ifdef LIBO_WERROR
#pragma GCC diagnostic push #pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpragmas"
#pragma GCC diagnostic warning "-Wbool-conversions" #pragma GCC diagnostic warning "-Wbool-conversions"
#pragma GCC diagnostic warning "-Waddress"
#endif #endif
#endif #endif
if (toHanja && getHangul2HanjaIndex && getHangul2HanjaIndexCount && getHangul2HanjaData) { if (toHanja && getHangul2HanjaIndex && getHangul2HanjaIndexCount && getHangul2HanjaData) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment