I'm using a compiler where short and int are equivalent (both 16 bits), but I'm using 
short explicitly in most cases (ie. in my typedefs).  I can use int instead, and the 
compiled code will be the same, but the warnings go away.  That seems to highlight an 
assumption in splint.

Reply via email to