summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 01:08:27 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 01:08:27 +0100
commit7eb42bddb3a1ae99215387ca189eba7e85110344 (patch)
tree99193a71c851334a6112c7f45673ea7fc40688ea /sal
parent54a17dd2466ebb9fcda181f5dd02c64a5508f306 (diff)
windows: warning 4706 is disabled globally in com_MSC_defs.mk
So there is no need to do this locally, too. Change-Id: Ibc623235cae07a86dfd0dbc1d7672ca4273facec
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/OStringBuffer/rtl_String_Utils.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sal/qa/OStringBuffer/rtl_String_Utils.cxx b/sal/qa/OStringBuffer/rtl_String_Utils.cxx
index 0ab511208a33..53a1f18a575f 100644
--- a/sal/qa/OStringBuffer/rtl_String_Utils.cxx
+++ b/sal/qa/OStringBuffer/rtl_String_Utils.cxx
@@ -45,10 +45,7 @@ sal_uInt32 AStringLen( const sal_Char *pAStr )
return nStrLen;
} // AStringLen
-/* disable assignment within condition expression */
-#if defined WNT && defined _MSC_VER
-#pragma warning( disable : 4706 )
-#endif
+
sal_Char* cpystr( sal_Char* dst, const sal_Char* src )
{
const sal_Char* psrc = src;