Re: [PATCH] stat-time: avoid unused-parameter warning
On 12/29/2017 07:01 PM, Paul Eggert wrote: Thanks, but -Wunused-parameter issues so many false alarms that I think I'd rather just ask people to compile with -Wno-unused-parameter. That's what coreutils does, and Emacs, and so forth. Okay, thanks. Have a nice day, Berny
Re: [PATCH] stat-time: avoid unused-parameter warning
Thanks, but -Wunused-parameter issues so many false alarms that I think I'd rather just ask people to compile with -Wno-unused-parameter. That's what coreutils does, and Emacs, and so forth.