[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] Unused parameter warning from clang after diagnostic simplific
From: |
Greg Chicares |
Subject: |
Re: [lmi] Unused parameter warning from clang after diagnostic simplification |
Date: |
Fri, 13 Jan 2017 01:32:42 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.5.1 |
On 2017-01-11 21:43, Vadim Zeitlin wrote:
[...]
> Unlike gcc, clang seems to check for the unused parameters even in the
> functions which are never instantiated (AFAICS). I'm not sure which
> behaviour is better, but it doesn't seem useful to have this parameter name
> in any case
I like clang's behavior better, and consider this patch an improvement.
> so could you please apply the following patch to fix this
> recent regression (see cbd94a722917b617b2ad72247313bd24e397e5e4):
Just pushed: commit d19c631f5b99158b111aa3b5f01dd0310478d18d.