Now that you have confirmed that the warnings are harmless,
they don't bother me.
Thanks, closing the bug report.
On Sat, Jan 23, 2016 at 9:10 PM, Paul Eggert wrote:
> Thanks for checking this so quickly!
>
> Charles Diza wrote:
>
> error.c:386:12: warning: data argument not used by format string
>>
>
> That one is a false alarm. The format string might contain fewer formats
> than there are arguments, and C
Thanks for checking this so quickly!
Charles Diza wrote:
error.c:386:12: warning: data argument not used by format string
That one is a false alarm. The format string might contain fewer formats than
there are arguments, and C allows this so the behavior is well-defined. Writing
it differen
Hello,
I tested the snapshot 2.22.29-83df mentioned by Jim Meyering. On Mac OS X
10.11.3, I found some compiler warnings. I'm not a programmer, so I don't
know whether they're harmless or not. I thought I'd report them here. I
pasted them below.
-Charles
8<==
C