mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0024087: Eliminate compiler warning C4244 in MSVC++ with warning level 4
Most of the compiler warnings C4244 have been eliminated.
This commit is contained in:
@@ -2010,7 +2010,7 @@ static LRESULT WINAPI ViewerWindowProc( HWND hwnd,
|
||||
//==============================================================================
|
||||
|
||||
|
||||
static int ViewerMainLoop(Standard_Integer argc, const char** argv)
|
||||
int ViewerMainLoop(Standard_Integer argc, const char** argv)
|
||||
{
|
||||
Ppick = (argc > 0)? 1 : 0;
|
||||
Pargc = argc;
|
||||
|
Reference in New Issue
Block a user