* src/SDCCast.c (decorateType): fixed bug 1368489
[fw/sdcc] / support / Util / SDCCerr.c
index 65cd91ec6095913d5296b2dc257e5746d0ae3c3c..ea38e287d427bc07106c6ff5b457024366a2d9e2 100644 (file)
@@ -422,6 +422,8 @@ struct
    "Both banked and callee-saves cannot be used together." },
 { W_INVALID_INT_CONST, ERROR_LEVEL_WARNING,
    "integer constant '%s' out of range, truncated to %.0lf." },
+{ W_CMP_SU_CHAR, ERROR_LEVEL_PEDANTIC,
+   "comparison of 'signed char' with 'unsigned char' requires promotion to int" },
 };
 
 /*