On 11/02/2014 11:07 PM, Alan Modra wrote:
Really, it's a fiction that the size argument of obstack_blank_fast has a type.
Yes and no. It's a fiction in the sense that obstack_blank_fast is a macro, so
its argument doesn't actually have a C type. But it's not a fiction in the
sense that obst
[v0.1-248-gc564172]
A user reported the following warning:
CC error.lo
error.c:386:12: warning: data argument not used by format string
[-Wformat-extra-args]
file_name, line_number);
^
Below is a trivial patch that fixes this.
Werner
=