On Mon, Nov 12, 2007 at 08:53:00PM +0000, Steve Hay wrote:

[Big grid of "M"s]

Hmmm. So which of these "warning"s

> Compiler messages(MSWin32):
> ..\pp.c(4093) : warning C4146: unary minus operator applied to unsigned type, 
> result still unsigned
> ..\pp_pack.c(652) : warning C4244: 'return' : conversion from 'unsigned long 
> ' to 'unsigned char ', possible loss of data
> ..\pp_pack.c(679) : warning C4244: '=' : conversion from 'unsigned long ' to 
> 'unsigned char ', possible loss of data
> ..\regexec.c(247) : warning C4018: '<=' : signed/unsigned mismatch
> ..\util.c(541) : warning C4244: '=' : conversion from 'unsigned long ' to 
> 'unsigned short ', possible loss of data
> win32.c(1307) : warning C4101: 'hProcess' : unreferenced local variable
> LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF
> .\win32.c(1307) : warning C4101: 'hProcess' : unreferenced local variable
> LINK : warning LNK4049: locally defined symbol "_PL_op" imported
> LINK : warning LNK4049: locally defined symbol "_PL_markstack_max" imported
> LINK : warning LNK4049: locally defined symbol "_PL_stack_base" imported
> LINK : warning LNK4049: locally defined symbol "_PL_stack_sp" imported
> LINK : warning LNK4049: locally defined symbol "_PL_markstack_ptr" imported
> LINK : warning LNK4049: locally defined symbol "_PL_sv_yes" imported
> ..\hv.c(2144) : warning C4244: 'initializing' : conversion from 'double ' to 
> 'const int ', possible loss of data
> ..\regexec.c(235) : warning C4018: '<=' : signed/unsigned mismatch
> y.tab.c(2184) : warning C4273: 'getenv' : inconsistent dll linkage.  
> dllexport assumed.
> ..\doio.c(1848) : warning C4090: 'function' : different 'const' qualifiers
> ..\doio.c(1848) : warning C4024: 'function through pointer' : different types 
> for formal and actual parameter 2

is actually the error?

Nicholas Clark

Reply via email to