From: Pawel Date: Tue, 7 Aug 2012 12:12:02 +0000 (+0200) Subject: 0023370: MSVC++ warnings issued during compilation for 64bits, WNT_FontMapEntry.cxx X-Git-Tag: V6_5_4_beta1~73 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=2ac097102879afef8f35b438e41bf118117469d1;p=occt-copy.git 0023370: MSVC++ warnings issued during compilation for 64bits, WNT_FontMapEntry.cxx Replaced 'int' with 'Standard_Size' to avoid compiler warning. --- diff --git a/src/WNT/WNT_FontMapEntry.cxx b/src/WNT/WNT_FontMapEntry.cxx index ccee25e3d6..06430a5a99 100755 --- a/src/WNT/WNT_FontMapEntry.cxx +++ b/src/WNT/WNT_FontMapEntry.cxx @@ -30,7 +30,7 @@ WNT_FontMapEntry :: WNT_FontMapEntry ( const Standard_CString aFontName ) { - int i; + Standard_Size i; char* p; char* fName = new char[ strlen ( aFontName ) + 1 ];