bug#22260: tinycc complaint about dfa.c

2015-12-30 Thread Paul Eggert
Paul Eggert wrote: Aharon Robbins wrote: Should I commit this fix? Yes, please. Never mind; I installed it, as we want to release a new bugfix version soon. Closing the bug.

bug#22260: tinycc complaint about dfa.c

2015-12-28 Thread Paul Eggert
Aharon Robbins wrote: Should I commit this fix? Yes, please. I prefer putting "const" after the type anyway; it's more consistent. You might want to report a bug to the tinycc folks too, while you're at it, as their compiler is buggy.

bug#22260: tinycc complaint about dfa.c

2015-12-28 Thread Aharon Robbins
Hi. The current development version of tinycc (mob branch) has this complaint when I compile gawk: dfa.c:1734: warning: assignment discards qualifiers from pointer target type This "fixes" it: diff --git a/dfa.c b/dfa.c index 6be2102..d29b72f 100644 --- a/dfa.c +++ b/dfa.c @@ -1706,7 +1706,7 @@