Kaydet (Commit) 0d4c44bb authored tarafından Tor Lillqvist's avatar Tor Lillqvist

GCC/Clang pragma dance

Change-Id: I42f9f45bffbbc74784eb78580a5b927aa3d3ffd7
üst 13cdf1c4
......@@ -142,10 +142,12 @@ TextConversion_ko::getCharConversions(const OUString& aText, sal_Int32 nStartPos
#else
#ifdef LIBO_WERROR
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpragmas"
#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];
......
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