<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi,<br>How do I catch truncation errors like this:<br>    unsigned short v1 = 0;<br>    unsigned int v2 = 0;<br>    v2 = 2000;<br>    v1 = v2;<br><br>Splint does report this but how do I use splint with makefiles?<br><br>Thanks<br>-sudhin<br>                                          </div></body>
</html>