* src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
[fw/sdcc] / support / Util / SDCCerr.h
index 92abb906069363fe2b71d58d7d8fdf21472f7864..728c97539481db9813b402d0e4e4eb928e19ca5b 100644 (file)
@@ -195,6 +195,7 @@ SDCCERR - SDCC Standard error handler
 #define E_PREVIOUS_DEF                177 /* previously defined here */
 #define W_SIZEOF_VOID                 178 /* size of void is zero */
 #define W_POSSBUG2                    179 /* possible bug, new format */
+#define W_COMPLEMENT                  180 /* ~bit can give unexpected results */
 
 #define MAX_ERROR_WARNING             256 /* size of disable warnings array */