[LLVMdev] llvm/llvm-gcc-4.2 svn still produces -Wformat/-Wformat-security

Bill Wendling isanbard at gmail.com
Mon Jan 19 12:59:38 PST 2009


On Mon, Jan 19, 2009 at 12:15 PM, Nick Lewycky <nicholas at mxc.ca> wrote:
> Bill Wendling wrote:
>> Hi Jack,
>>
>> Because of the new changes and the fact that we have only 2 days
>> before branching for 2.5, please retest the Fortran front end as soon
>> as you can to see if the problem has been resolved.
>
> Hi Bill. Thanks for working on this!
>
> Unfortunately, I'm getting this warning now:
>
>   $ llvm-g++ helloworld.c
>   cc1plus: warning: -Wformat-security ignored without -Wformat
>
> I think you can fix it by applying the same #define trick to
> -Wformat-security that you did to -Wformat.
>
*grump* I just submitted a hack. Please let me know if it helps.

-bw



More information about the llvm-dev mailing list