git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4515 4a8a32a2...
[fw/sdcc] / support / Util / SDCCerr.h
index 927998ccc717d9e91a9dc1f5472e60335266a3ef..ba829ac09e9c9cf0fcc20b05fb36511031b2f9a5 100644 (file)
@@ -206,6 +206,7 @@ SDCCERR - SDCC Standard error handler
 #define E_FLEXARRAY_NOTATEND          188 /* flexible array member not at end of struct */
 #define E_FLEXARRAY_INEMPTYSTRCT      189 /* flexible array in otherwise empty struct */
 #define W_EMPTY_SOURCE_FILE           190 /* ISO C forbids an empty source file */
+#define W_BAD_PRAGMA_ARGUMENTS        191 /* #pragma %s: bad argument(s); pragma ignored */
 
 #define MAX_ERROR_WARNING             256 /* size of disable warnings array */