ch_dupre
Joined: 22 Aug 2006 Posts: 18
|
lclint |
Posted: Wed Jan 09, 2008 10:34 am |
|
|
Hello,
I've installed Lclint as described here by pcmprogrammer:
http://groups.google.com/groups?&selm=38712E6C.4DE6%40none.com&rnum=1
It seems to partially work.
Here is my test program:
Code: |
void main()
{
int a;
char b;
b = 19;
b = 75940823412;
if ( a = 0)
{
a = 3;
}
} |
As expected I get an error for:
but I do not get an error for
Another thing I have figured out yet is how to let lclint know about int8, int16, and int32 variables.
Hope somebody can help.
Thanks,
Christophe D. |
|