[cfe-commits] r76969 - in /cfe/trunk/lib/CodeGen: CGExprConstant.cpp CGRecordLayoutBuilder.cpp

Anders Carlsson andersca at mac.com
Fri Jul 24 11:20:57 PDT 2009


On Jul 24, 2009, at 11:15 AM, Mike Stump wrote:

> On Jul 24, 2009, at 8:21 AM, Anders Carlsson wrote:
>> Author: andersca
>> Date: Fri Jul 24 10:20:52 2009
>> New Revision: 76969
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=76969&view=rev
>> Log:
>> Check in a half finished new constant struct builder (Obviously not  
>> used yet).
>
> I know it's a work in progress... but, be nice to not have  
> warnings.  The build bot just shows the build as yellow, and makes  
> it harder to spot other additional warnings...  Thanks.
>
> clang/tools/clang/lib/CodeGen/CGExprConstant.cpp:165: warning:  
> unused variable 'Result'

Fixed. I didn't see it because I mostly do debug builds.

Anders




More information about the cfe-commits mailing list