X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=support%2FUtil%2FSDCCerr.c;h=6bc3f65027ae86675987281568845de70bf74475;hb=17fd60d9834b8d17254fe36d878907e0d1d47d9b;hp=ef590fb99379d760410b432dad3e05373baacbb9;hpb=ee76e2f5985c5917392f3f6ea121db57a9e314ce;p=fw%2Fsdcc diff --git a/support/Util/SDCCerr.c b/support/Util/SDCCerr.c index ef590fb9..6bc3f650 100644 --- a/support/Util/SDCCerr.c +++ b/support/Util/SDCCerr.c @@ -436,6 +436,8 @@ struct "ISO C forbids an empty source file" }, { W_BAD_PRAGMA_ARGUMENTS, ERROR_LEVEL_WARNING, "#pragma %s: bad argument(s); pragma ignored" }, +{ E_BAD_RESTRICT, ERROR_LEVEL_ERROR, + "Only pointers may be qualified with 'restrict'" }, }; /*