]> git.gag.com Git - fw/sdcc/blobdiff - support/Util/SDCCerr.c
Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning message "unmatched...
[fw/sdcc] / support / Util / SDCCerr.c
index b28bd7db3ea73257d6dd250b3e96762b791e63cd..f7b4a282968f6e76fa2806ddf851d7a0d74b34fd 100644 (file)
@@ -395,6 +395,8 @@ struct
     "ignoring declarator of 0 length bitfield" },
 { E_FUNC_ATTR, ERROR_LEVEL_ERROR,
     "function attribute following non-function declaration"},
+{ W_SAVE_RESTORE, ERROR_LEVEL_PEDANTIC,
+    "unmatched #pragma SAVE and #pragma RESTORE" },
 };
 
 /*