mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
Release notes in https://www.opencascade.com/sites/default/files/documents/release_notes_7.2.0.pdf PR: 224649 Differential Revision: https://reviews.freebsd.org/D13665
11 lines
766 B
C++
11 lines
766 B
C++
--- src/Standard/Standard_CString.cxx.orig 2017-08-30 13:28:31 UTC
|
|
+++ src/Standard/Standard_CString.cxx
|
|
@@ -81,7 +81,7 @@ Standard_Integer HashCodes (const Standa
|
|
// 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
|