]> git.gag.com Git - fw/sdcc/blobdiff - support/Util/SDCCerr.h
Added a new warning message "W_CAST_STRUCT_PTR" when
[fw/sdcc] / support / Util / SDCCerr.h
index aa76231ffbbb75d8ca4c4a984ab55a8c9024f248..b9e3c22d675c99e22a123ccafdc7d3e9f496ae22 100644 (file)
@@ -172,6 +172,7 @@ SDCCERR - SDCC Standard error handler
 #define W_INTEGRAL2PTR_NOCAST 154
 #define W_PTR2INTEGRAL_NOCAST 155
 #define W_SYMBOL_NAME_TOO_LONG 156
+#define W_CAST_STRUCT_PTR   157                /* pointer to different structure types */
 
 /** Describes the maximum error level that will be logged.  Any level
  *  includes all of the levels listed after it.