Cog on windows: compiler warning about alloca

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Cog on windows: compiler warning about alloca

Igor Stasenko
 
Is it ok with this one:

C:/hudson/workspace/CogWin32/cog/platforms/Cross/plugins/IA32ABI/dabusiness.h:34:11:
warning: incompatible implicit declaration of built-in function
'alloca'

?

--
Best regards,
Igor Stasenko AKA sig.
Reply | Threaded
Open this post in threaded view
|

Re: Cog on windows: compiler warning about alloca

Igor Stasenko
 
Another few

c:/hudson/workspace/CogWin32/cog/platforms/win32/vm/sqGnu.h:190:38:
warning: missing terminating " character
c:/hudson/workspace/CogWin32/cog/platforms/win32/vm/sqGnu.h:210:2:
warning: missing terminating " character

it doesn't compile this code because PROFILE are not defined,
but it will end up with error(s) if you enable it, since at line 190
there are missing backslash:

#define PROFILE_BYTECODE_END __asm__("

should be

#define PROFILE_BYTECODE_END __asm__("\


--
Best regards,
Igor Stasenko AKA sig.