Fixed bug #483124
[fw/sdcc] / support / Util / SDCCerr.h
index 75b17f90617956369c20dee4fc0563ea7b217140..e8df9922db8e66bff9abb4488d9fbf41464da591 100644 (file)
@@ -162,7 +162,7 @@ SDCCERR - SDCC Standard error handler
 #define E_LONG_AND_SHORT_INVALID  144    /* long and short invalid for .. */
 #define E_SIGNED_AND_UNSIGNED_INVALID 145 /* signed and unsigned invalid for .. */
 #define E_TWO_OR_MORE_STORAGE_CLASSES 146
-#define W_EXESS_ARRAY_INITIALIZERS 147 /* too much initializers for array */
+#define W_EXCESS_INITIALIZERS 147 /* too much initializers for array */
 #define        E_ARGUMENT_MISSING      148     /* Option requires an argument. */
 #define W_STRAY_BACKSLASH 149
 #define W_NEWLINE_IN_STRING 150 
@@ -171,6 +171,9 @@ SDCCERR - SDCC Standard error handler
 #define E_VOID_VALUE_USED 153
 #define W_INTEGRAL2PTR_NOCAST 154
 #define W_PTR2INTEGRAL_NOCAST 155
+#define W_SYMBOL_NAME_TOO_LONG 156
+#define W_CAST_STRUCT_PTR 157 /* pointer to different structure types */
+#define W_IF_ALWAYS_TRUE 158
 
 /** Describes the maximum error level that will be logged.  Any level
  *  includes all of the levels listed after it.