Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning message "unmatched...
[fw/sdcc] / support / Util / SDCCerr.h
index a2ed448dc680833af19face03bbeb97805aa1148..ffc7bb2794f214c57f2b827f882f71d2da231e94 100644 (file)
@@ -185,6 +185,7 @@ SDCCERR - SDCC Standard error handler
 #define E_INT_BAD_INTNO 167         /* invalid interrupt number */
 #define W_BITFLD_NAMED 168          /* declarator used with 0 length bitfield */
 #define E_FUNC_ATTR 169             /* function attribute without function */
+#define W_SAVE_RESTORE 170          /* unmatched #pragma SAVE and #pragma RESTORE */
 
 /** Describes the maximum error level that will be logged.  Any level
  *  includes all of the levels listed after it.