6 Nov
2008
6 Nov
'08
1:47 a.m.
Juergen,
Thank you for fixing smi.c for MS cl/v6.0. I updated my subversion tree and compiled smi.c ok (using MS cl v6.0).
The warning below "conversion from 'unsigned __int64 ' to 'int" in parser-sming.c may be problematic.
There are several other "known" warnings that seem ok to live with. I can email if you like.
Thank you,
--
- Yigal
....................
cl -Z7 -Od -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT -D_WIN32_WINNT=0x0400 -D_WIN32_IE=0x0300 -DWINVER=0x0400 -DWIN32 -DNULL=0 -D_MT -D_DLL /MD -I...\lib -I...\win -IC:\PROGRA~1\MICROS~2\VC98\include -DYYMALLOC=malloc -DYYFREE=free -D_CRT_SECURE_NO_DEPRECATE=1 -Fo.\ ...\lib\parser-sming.c
parser-sming.c
parser-sming.y(320) : warning C4244: '=' : conversion from 'unsigned __int64 ' to 'int ', possible loss of data
parser-sming.y(2167) : warning C4047: 'function' : 'struct List *' differs in levels of indirection from 'int '
parser-sming.y(2167) : warning C4024: 'setAttributeList' : different types for formal and actual parameter 2
parser-sming.y(2168) : warning C4047: '=' : 'struct List *' differs in levels of indirection from 'int '
....................
5849
Age (days ago)
5849
Last active (days ago)
0 comments
1 participants
participants (1)
-
Yigal Hochberg