Index: src/Common/SemanticError.h
===================================================================
--- src/Common/SemanticError.h	(revision 2e0285177bb7e5cdc2afd200e041b827f132f1a3)
+++ src/Common/SemanticError.h	(revision bf5a6477e2497d9c46bfc53cb135fb3d75920f73)
@@ -10,6 +10,6 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Wed May 16 15:01:23 2018
-// Update Count     : 30
+// Last Modified On : Thu Jul 19 10:09:17 2018
+// Update Count     : 31
 //
 
@@ -57,4 +57,5 @@
 	{"qualifiers-zero_t-one_t", "questionable use of type qualifier %s with %s", Severity::Warn},
 	{"aggregate-forward-decl" , "forward declaration of nested aggregate: %s"  , Severity::Warn},
+	{"superfluous-decl"       , "declaration does not allocate storage: %s"    , Severity::Warn},
 };
 
@@ -64,5 +65,6 @@
 	BadQualifiersZeroOne,
 	AggrForwardDecl,
-	NUMBER_OF_WARNINGS, //This MUST be the last warning
+	SuperfluousDecl,
+	NUMBER_OF_WARNINGS, // This MUST be the last warning
 };
 
