X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2FUtil%2FSDCCerr.c;h=ea38e287d427bc07106c6ff5b457024366a2d9e2;hb=5be90381bf67a833edd640da0d67400b3bb0f111;hp=65cd91ec6095913d5296b2dc257e5746d0ae3c3c;hpb=7dc0e9e24d28df3ef106c8a3e29f32fee371ae03;p=fw%2Fsdcc diff --git a/support/Util/SDCCerr.c b/support/Util/SDCCerr.c index 65cd91ec..ea38e287 100644 --- a/support/Util/SDCCerr.c +++ b/support/Util/SDCCerr.c @@ -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" }, }; /*