%% [EMAIL PROTECTED] writes:
wl> (1) c:\src\gnu\make-3.80\dir.c(258) : warning C4700: local variable 'hash' used
without having been initialized
wl> and again on line 281. These are the macros ISTRING_HASH_[12],
wl> and it appears to me that, assuming the macros needn't initialize
wl> R
Building with MS VC++ 7.1 (i.e., Visual Studio .NET 2003) on Windows 2k SP4.
Two problems:
--
(1) c:\src\gnu\make-3.80\dir.c(258) : warning C4700: local variable 'hash'
used without having been initialized
and again on line 281. These are the macros ISTRING_HASH_[12], and it
appears to