Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/SemanticError.h

    r679e644 r2e02851  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Jul 19 10:09:17 2018
    13 // Update Count     : 31
     12// Last Modified On : Wed May 16 15:01:23 2018
     13// Update Count     : 30
    1414//
    1515
     
    5757        {"qualifiers-zero_t-one_t", "questionable use of type qualifier %s with %s", Severity::Warn},
    5858        {"aggregate-forward-decl" , "forward declaration of nested aggregate: %s"  , Severity::Warn},
    59         {"superfluous-decl"       , "declaration does not allocate storage: %s"    , Severity::Warn},
    6059};
    6160
     
    6564        BadQualifiersZeroOne,
    6665        AggrForwardDecl,
    67         SuperfluousDecl,
    68         NUMBER_OF_WARNINGS, // This MUST be the last warning
     66        NUMBER_OF_WARNINGS, //This MUST be the last warning
    6967};
    7068
Note: See TracChangeset for help on using the changeset viewer.