* support/Util/SDCCerr.h,
[fw/sdcc] / support / Util / SDCCerr.c
index e54434c05e10e8de6c194c0057ac3094c89789e4..b5a92ec46978b2e256115f21fc7251634cf64a97 100644 (file)
@@ -407,6 +407,8 @@ 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" },
 };
 
 /*