mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0023072: Eliminate compiler warnings (level 3) on Windows / MSVC++
This commit is contained in:
@@ -375,7 +375,7 @@ void Draw_Interpretor::Add(const Standard_CString n,
|
||||
if (myInterp==NULL) Init();
|
||||
|
||||
CData* C = new CData(f,this);
|
||||
Standard_Integer length, num_slashes, ii, jj, kk;
|
||||
Standard_Size length, num_slashes, ii, jj, kk;
|
||||
Tcl_CreateCommand(myInterp,pN,CommandCmd, (ClientData) C, CommandDelete);
|
||||
|
||||
// add the help
|
||||
@@ -691,4 +691,4 @@ Standard_Boolean Draw_Interpretor::GetDoEcho () const
|
||||
Standard_SStream& Draw_Interpretor::Log ()
|
||||
{
|
||||
return myLog;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user