mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +03:00
0023072: Eliminate compiler warnings (level 3) on Windows / MSVC++
This commit is contained in:
@@ -391,7 +391,7 @@ Standard_Integer WNT_ImageManager :: StringHashCode (
|
||||
|
||||
} u;
|
||||
|
||||
n = strlen ( aString );
|
||||
n = (Standard_Integer) strlen ( aString );
|
||||
|
||||
if ( n > 0 ) {
|
||||
|
||||
|
Reference in New Issue
Block a user