From: sandeep Date: Sat, 4 Mar 2000 23:38:53 +0000 (+0000) Subject: Made pointer casting a warning X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=b36681c7981bb24fd0be5da0320aaa03dddf9479;p=fw%2Fsdcc Made pointer casting a warning git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@151 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCCerr.c b/src/SDCCerr.c index a3e4c31e..2a733924 100644 --- a/src/SDCCerr.c +++ b/src/SDCCerr.c @@ -91,7 +91,7 @@ struct { { ERROR ,"error *** 'extern' variable '%s' cannot be initialised \n" }, { ERROR ,"error *** Pre-Processor %s\n" }, { ERROR ,"error *** _dup call failed\n" }, -{ ERROR ,"error *** pointer being cast to incompatible type \n" }, +{ WARNING,"warning *** pointer being cast to incompatible type \n" }, { WARNING,"warning *** 'while' loop with 'zero' constant.loop eliminated\n" }, { WARNING,"warning *** %s expression has NO side effects.expr eliminated\n" }, { WARNING,"warning *** constant value '%s', out of range.\n" },