Re: Two apparent errors in gnu make 3.80 w/MSVC 7.1

2003-07-11 Thread Paul D. Smith
%% [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

Two apparent errors in gnu make 3.80 w/MSVC 7.1

2003-07-10 Thread West_Larry
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