mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0023274: MSVC++ warnings issued during compilation for 64bits
Replacing Standard_Integer with Standard_Size to avoid warnings.
This commit is contained in:
@@ -58,7 +58,8 @@ Units_Sentence::Units_Sentence(const Handle(Units_Lexicon)& alexicon,
|
||||
const Standard_CString astring)
|
||||
{
|
||||
Standard_Integer index;
|
||||
Standard_Integer i,k,l,limchain;
|
||||
Standard_Integer k,l;
|
||||
Standard_Size i,limchain;
|
||||
char chain[255];
|
||||
Handle(Units_Token) token;
|
||||
Handle(Units_Token) referencetoken;
|
||||
|
Reference in New Issue
Block a user