[llvm-commits] [llvm] r99883 - in /llvm/trunk: include/llvm/CodeGen/LiveInterval.h include/llvm/Support/Allocator.h lib/CodeGen/LiveInterval.cpp lib/CodeGen/LiveIntervalAnalysis.cpp lib/Support/Allocator.cpp

Török Edwin edwintorok at gmail.com
Wed Mar 31 10:23:53 PDT 2010


On 03/31/2010 03:15 PM, Török Edwin wrote:
> On 03/30/2010 08:49 PM, Ted Kremenek wrote:
>> Hi Edwin,
>>
>> I'm now getting an "unused variable 'VNI'" warning, which is breaking my -Werror builds.  Can the declaration of 'VNI' be removed?
> 
> There were some more changes in r99919, I'll update my tree soon and see
> where the warning is and fix it.

Hi Ted,

I don't see any warnings/errors in r100016, when built with
--enable-optimized and CXXFLAGS=-Werror

Do you still get the unused variable? Could you paste the full warning
please?

Best regards,
--Edwin



More information about the llvm-commits mailing list