a fix for the initialized structs and some others, see
[fw/sdcc] / support / Util / SDCCerr.h
index 94d461706873ec24e29be81cb50fd0c15ef08e4d..8fcfa411514d37dec419a34b22524cdb509161df 100644 (file)
@@ -166,6 +166,7 @@ SDCCERR - SDCC Standard error handler
 #define        E_ARGUMENT_MISSING      148     /* Option requires an argument. */
 #define W_STRAY_BACKSLASH 149
 #define W_NEWLINE_IN_STRING 150 
+#define E_CANNOT_USE_GENERIC_POINTER 151
 
 /** Describes the maximum error level that will be logged.  Any level
  *  includes all of the levels listed after it.