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!


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to