Changes in src/Common/SemanticError.h [679e644:2e02851]
- File:
-
- 1 edited
-
src/Common/SemanticError.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/SemanticError.h
r679e644 r2e02851 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Jul 19 10:09:17201813 // Update Count : 3 112 // Last Modified On : Wed May 16 15:01:23 2018 13 // Update Count : 30 14 14 // 15 15 … … 57 57 {"qualifiers-zero_t-one_t", "questionable use of type qualifier %s with %s", Severity::Warn}, 58 58 {"aggregate-forward-decl" , "forward declaration of nested aggregate: %s" , Severity::Warn}, 59 {"superfluous-decl" , "declaration does not allocate storage: %s" , Severity::Warn},60 59 }; 61 60 … … 65 64 BadQualifiersZeroOne, 66 65 AggrForwardDecl, 67 SuperfluousDecl, 68 NUMBER_OF_WARNINGS, // This MUST be the last warning 66 NUMBER_OF_WARNINGS, //This MUST be the last warning 69 67 }; 70 68
Note:
See TracChangeset
for help on using the changeset viewer.