summaryrefslogtreecommitdiff
path: root/sal/rtl/source/string.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/source/string.cxx')
-rw-r--r--sal/rtl/source/string.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/source/string.cxx b/sal/rtl/source/string.cxx
index 89d69c592ed2..a68c0932d115 100644
--- a/sal/rtl/source/string.cxx
+++ b/sal/rtl/source/string.cxx
@@ -19,7 +19,7 @@
#include "sal/config.h"
-#if defined(_MSC_VER) && (_MSC_VER >= 1400)
+#ifdef _MSC_VER
#pragma warning(disable:4738) // storing 32-bit float result in memory, possible loss of performance
#endif