View previous topic :: View next topic |
Author |
Message |
Guest
|
rs232_errors warning? |
Posted: Thu Aug 28, 2008 9:05 am |
|
|
Hi
Is there any reason why the compiler always complain over this.
I know it from this statement.
#use rs232(......,ERRORS); |
|
 |
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
 |
Guest
|
|
Posted: Thu Aug 28, 2008 11:00 am |
|
|
Thanks
I kill it with Code: | #ignore_warnings 202 |
But where to get a complete list of all warnings? |
|
 |
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Thu Aug 28, 2008 11:23 am |
|
|
There is a list in the CCS manual on page 295 (pg 307 in Acrobat reader):
Quote: | Compiler Warning Messages |
|
|
 |
|