* support/Util/SDCCerr.h,
[fw/sdcc] / support / Util / SDCCerr.c
index e54434c05e10e8de6c194c0057ac3094c89789e4..7f3b8a76556232d1f3ab376f249b4ef5df85f1c2 100644 (file)
@@ -407,6 +407,10 @@ struct
    "enumeration constant not an integer" },
 { W_DEPRECATED_PRAGMA, ERROR_LEVEL_WARNING,
    "pragma %s is deprecated, please see documentation for details" },
+{ E_SIZEOF_INCOMPLETE_TYPE, ERROR_LEVEL_ERROR,
+   "sizeof applied to an incomplete type" },
+{ E_PREVIOUS_DEF, ERROR_LEVEL_ERROR,
+   "previously defined here" },
 };
 
 /*