[Vm-dev] Re: Cog on windows: compiler warning about alloca

Igor Stasenko siguctua at gmail.com
Mon Jun 27 16:32:25 UTC 2011


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.


More information about the Vm-dev mailing list