Kaydet (Commit) 8672eca4 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wmacro-redefined (under Clang -fsanitize=*)

Change-Id: Ifd23373b1ac4919793d1b4251ed90cf2dd6f2bda
üst 1b9d9680
......@@ -14,13 +14,6 @@
#undef SAL_LOG_WARN
#include <sal/rtl/string.cxx>
#undef IMPL_RTL_EMPTYSTRING
#undef IMPL_RTL_STRCODE
#undef IMPL_RTL_STRINGDATA
#undef IMPL_RTL_STRINGNAME
#undef IMPL_RTL_STRNAME
#undef IMPL_RTL_USTRCODE
#undef RTL_LOG_STRING_BITS
#include <sal/rtl/ustring.cxx>
#include <sal/osl/unx/conditn.cxx>
......
......@@ -76,6 +76,15 @@ static rtl_String const aImplEmpty_rtl_String =
#include "strtmpl.cxx"
#undef IMPL_RTL_EMPTYSTRING
#undef IMPL_RTL_IS_USTRING
#undef IMPL_RTL_STRCODE
#undef IMPL_RTL_STRINGDATA
#undef IMPL_RTL_STRINGNAME
#undef IMPL_RTL_STRNAME
#undef IMPL_RTL_USTRCODE
#undef RTL_LOG_STRING_BITS
sal_Int32 SAL_CALL rtl_str_valueOfFloat(sal_Char * pStr, float f)
SAL_THROW_EXTERN_C()
{
......
......@@ -84,6 +84,15 @@ static void internRelease (rtl_uString *pThis);
#include "strtmpl.cxx"
#undef IMPL_RTL_EMPTYSTRING
#undef IMPL_RTL_IS_USTRING
#undef IMPL_RTL_STRCODE
#undef IMPL_RTL_STRINGDATA
#undef IMPL_RTL_STRINGNAME
#undef IMPL_RTL_STRNAME
#undef IMPL_RTL_USTRCODE
#undef RTL_LOG_STRING_BITS
sal_Int32 rtl_ustr_indexOfAscii_WithLength(
sal_Unicode const * str, sal_Int32 len,
char const * subStr, sal_Int32 subLen) SAL_THROW_EXTERN_C()
......
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