[LLVMdev] [BUG] Support for -W[no-]unused-but-set-{variable, parameter}

David Blaikie dblaikie at gmail.com
Wed Jul 10 11:31:59 PDT 2013


FWIW I'd sort of prefer just to have a generalized dead store warning
(special casing for parameters doesn't seem all that important -
though I could be wrong).

On Wed, Jul 10, 2013 at 11:16 AM, Ramkumar Ramachandra
<artagnon at gmail.com> wrote:
> Hi,
>
> These warnings are included by default with -Wall in GCC 4.6 [1], and
> LLVM should support them instead of throwing -Wunknown-warning-option.
>
> [1]: http://gcc.gnu.org/gcc-4.6/porting_to.html
>
> Thanks.
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev



More information about the llvm-dev mailing list