[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU make 4.0.90 prerelease available
From: |
Paul Smith |
Subject: |
Re: GNU make 4.0.90 prerelease available |
Date: |
Sat, 04 Oct 2014 17:25:00 -0400 |
On Wed, 2014-10-01 at 23:43 +0200, h.becker wrote:
> Same on Tru64 V5.1B, but with one minor compiler (Compaq C
> V6.5-011-48C5K) warning:
I think the best answer for this is to just remove the #ifdef and always
make this field const char; GNU make has long ago lost the ability to
compile with pre-ISO C89 compilers so checking for __STDC__ is redundant
anyway. However, I don't want to make a change like that right before
the release in case it causes bizarre breakage somewhere. Since this is
just a warning I'll leave it as-is for now and fix it post-release.
Thanks for the testing!