upper case pragmas are deprecated
[fw/sdcc] / support / Util / SDCCerr.h
index a81361b25902f2fb9a8541ae443817125410bf98..9f542db2af18d57fd2a11678b19c5c5a90cb3f89 100644 (file)
@@ -190,6 +190,7 @@ SDCCERR - SDCC Standard error handler
 #define E_NOT_ALLOWED 172          /* %s not allowed here */
 #define E_BAD_TAG 173               /* '%s' is not a %s tag */
 #define E_ENUM_NON_INTEGER 174      /* enumeration constant not an integer */
+#define W_DEPRECATED_PRAGMA 175     /* deprecated pragma */
 
 /** Describes the maximum error level that will be logged.  Any level
  *  includes all of the levels listed after it.