[lldb-dev] Fix a couple of clang warnings
    Jean-Daniel Dupas 
    devlists at shadowlab.org
       
    Wed Jul  7 10:14:03 PDT 2010
    
    
  
Le 7 juil. 2010 à 19:08, Greg Clayton a écrit :
> 
> On Jul 7, 2010, at 7:21 AM, Jean-Daniel Dupas wrote:
> 
>> The "endif" patch fixes two "extra tokens at end of #endif directive" warnings by commenting out the extra tokens (as they should be).
>> 
>> The "typedef" patch removes a bunch of extraneous typedef and so fixes "typedef requires a name" warning on enums and "declaration does not declare anything" on structs.
>> 
>> <endif.patch>
> 
> Committed revision 107793.
> 
>> <typedef.patch>
> 
> Committed revision 107794.
Thanks
-- Jean-Daniel
    
    
More information about the lldb-dev
mailing list