aboutsummaryrefslogtreecommitdiff
path: root/cad/opencascade/files/patch-src_Standard_Standard__CString.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cad/opencascade/files/patch-src_Standard_Standard__CString.cxx')
-rw-r--r--cad/opencascade/files/patch-src_Standard_Standard__CString.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/opencascade/files/patch-src_Standard_Standard__CString.cxx b/cad/opencascade/files/patch-src_Standard_Standard__CString.cxx
index 29124adfcc5c..cae3145d4a41 100644
--- a/cad/opencascade/files/patch-src_Standard_Standard__CString.cxx
+++ b/cad/opencascade/files/patch-src_Standard_Standard__CString.cxx
@@ -1,11 +1,11 @@
---- src/Standard/Standard_CString.cxx.orig 2023-12-04 15:53:08 UTC
+--- src/Standard/Standard_CString.cxx.orig 2025-02-17 22:00:23 UTC
+++ src/Standard/Standard_CString.cxx
-@@ -50,7 +50,7 @@
+@@ -52,7 +52,7 @@
// strtod, strtol, strtoll functions. For other system with locale-depended
// implementations problems may appear if "C" locale is not set explicitly.
#if !defined(__ANDROID__) && !defined(__QNX__) && !defined(__MINGW32__)
- #error System does not support xlocale. Import/export could be broken if C locale did not specified by application.
+ #warning System does not support xlocale. Import/export could be broken if C locale did not specified by application.
#endif
- #define strtod_l(thePtr, theNextPtr, theLocale) strtod(thePtr, theNextPtr)
+ #define strtod_l(thePtr, theNextPtr, theLocale) strtod(thePtr, theNextPtr)
#endif