<html>
<body>
Morning all,<br><br>
I want to customize splint in a way that it the &quot;warnings&quot; it
produces for .c or .h file should be outputted to the console as just
&quot;one&quot; line. For example I get:<br><br>
<br>
./c/btmg.c(48,55): Variable exported but not used outside btn:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
BTN_long_hold_time<br><br>
\\view\zakaa_view\FXE_XXX\code\h\mgr.h(43,17):<br>
&nbsp;&nbsp;&nbsp; Function exported but not used outside mdmgr:
MDMGR_get_md_timestamp<br><br>
Now in the first splint output message, the BTN_long_hold_time goes into
the second line and in the second example the &quot;&nbsp;&nbsp;&nbsp;
Function exported but not used outside mdmgr:
MDMGR_get_md_timestamp&quot; goes into the second line.<br><br>
I want to customize splint.exe in a way that the description of a warning
or an error stays on the same line no matter how long it is. I want to
integrate splint.exe into a tool which can just read and parse a line at
a time.<br><br>
If someone knows which files in the slpint src/ are used to output a
specific error or warning message in multiple lines and tell me which
\n's to get rid of to make the outputs come on the same line, I would be
grateful.<br><br>
Can you please point me to the right people to get help from as well, any
other mailing lists?<br><br>
Regards,<br>
Asim.<br>
<x-sigsep><p></x-sigsep>
Asim Pervez Zaka<br>
Firmware Engineer<br><br>
<b>Actaris,<br>
</b>Langer Road,<br>
Felixstowe, Suffolk,<br>
England<br>
IP11 2ER<br><br>
</body>
</html>