mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-08 22:56:52 +08:00
0023072: Eliminate compiler warnings (level 3) on Windows / MSVC++
This commit is contained in:
@@ -72,7 +72,7 @@ PCollection_HExtendedString::PCollection_HExtendedString
|
||||
// Create : from a CString
|
||||
//-----------------------------------------------------------------------
|
||||
PCollection_HExtendedString::PCollection_HExtendedString(const Standard_CString S)
|
||||
: Data(strlen(S))
|
||||
: Data((Standard_Integer) strlen(S))
|
||||
{
|
||||
for( Standard_Integer i = 0 ; i < Data.Length() ; i++) {
|
||||
Standard_ExtCharacter val = ToExtCharacter(S[i]);
|
||||
|
||||
Reference in New Issue
Block a user