Changes in src/Common/SemanticError.h [fd2debf:679e644]
- File:
-
- 1 edited
-
src/Common/SemanticError.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/SemanticError.h
rfd2debf r679e644 58 58 {"aggregate-forward-decl" , "forward declaration of nested aggregate: %s" , Severity::Warn}, 59 59 {"superfluous-decl" , "declaration does not allocate storage: %s" , Severity::Warn}, 60 {"gcc-attributes" , "invalid attribute: %s" , Severity::Warn},61 60 }; 62 61 … … 67 66 AggrForwardDecl, 68 67 SuperfluousDecl, 69 GccAttributes,70 68 NUMBER_OF_WARNINGS, // This MUST be the last warning 71 69 };
Note:
See TracChangeset
for help on using the changeset viewer.