Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/SemanticError.h

    rfd2debf r679e644  
    5858        {"aggregate-forward-decl" , "forward declaration of nested aggregate: %s"  , Severity::Warn},
    5959        {"superfluous-decl"       , "declaration does not allocate storage: %s"    , Severity::Warn},
    60         {"gcc-attributes"         , "invalid attribute: %s"                        , Severity::Warn},
    6160};
    6261
     
    6766        AggrForwardDecl,
    6867        SuperfluousDecl,
    69         GccAttributes,
    7068        NUMBER_OF_WARNINGS, // This MUST be the last warning
    7169};
Note: See TracChangeset for help on using the changeset viewer.