bug#22444: compiler warnings in test snapshot

2016-04-10 Thread Paul Eggert
Now that you have confirmed that the warnings are harmless, they don't bother me. Thanks, closing the bug report.

bug#22444: compiler warnings in test snapshot

2016-01-28 Thread Charles Diza
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

bug#22444: compiler warnings in test snapshot

2016-01-23 Thread Paul Eggert
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

bug#22444: compiler warnings in test snapshot

2016-01-23 Thread Charles Diza
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