How to resolve parse error in Splint

Posted by Thi on Stack Overflow See other posts from Stack Overflow or by Thi
Published on 2010-08-24T11:22:35Z Indexed on 2010/12/27 13:54 UTC
Read the original article Hit count: 186

Filed under:
|
|

Splint is not continuing it's checking after finding parse errors. I've tried with +trytorecover option also but no change.

Please let me know on how to use +trytorecover to make Splint attempt to continue after a parse error.

Here is what I'm receiving,

161: splint +trytorecover spy.c
Splint 3.1.1 --- 19 Jul 2006

spy.c:41:12: Parse Error: Non-function declaration: byte_4 :
                int. Attempting to continue.
spy.c:41:12: Cannot recover from parse error.
*** Cannot continue.

© Stack Overflow or respective owner

Related posts about parsing

Related posts about error