* src/SDCC.y: enabled compilation of empty source file
[fw/sdcc] / support / Util / SDCCerr.h
index c1e357eeab9aca42f56afe46b4e0864ef1df6085..927998ccc717d9e91a9dc1f5472e60335266a3ef 100644 (file)
@@ -205,6 +205,7 @@ SDCCERR - SDCC Standard error handler
 #define W_C89_NO_FLEXARRAY            187 /* ISO C90 does not support flexible array members */
 #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 MAX_ERROR_WARNING             256 /* size of disable warnings array */