aboutsummaryrefslogtreecommitdiff
path: root/cad/opencascade/files/patch-src_Standard_Standard__CString.cxx
blob: 11083adad1b6b9eba922eec114014ba17bbbf624 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/Standard/Standard_CString.cxx.orig	2021-10-30 11:13:58 UTC
+++ src/Standard/Standard_CString.cxx
@@ -82,7 +82,7 @@ Standard_Integer HashCodes (const Standard_CString the
     // 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)
   #endif