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:
@@ -241,7 +241,7 @@ void XSDRAW::LoadDraw (Draw_Interpretor& theCommands)
|
||||
if (!first || first[0] == '\0') {
|
||||
char ligne[80]; ligne[0] = '\0'; char truc;
|
||||
// cin.clear(); cin.get (ligne,79,'\n');
|
||||
cin >> ligne; int ln = strlen(ligne);
|
||||
cin >> ligne; Standard_Size ln = strlen(ligne);
|
||||
char *ff = &ligne[0], *ss = NULL;
|
||||
cin.get(truc); if (truc != '\n') { cin>>&ligne[ln+1]; ss = &ligne[ln+1]; }
|
||||
return XSDRAW::GetList (ff,ss);
|
||||
|
Reference in New Issue
Block a user