[splint-discuss] Re: Bogus warnings when assigning literals to uint8_t

Anton Graf antongraf at aon.at
Mon Nov 1 07:18:46 EST 2004


I got rid of the warning by switching on charint,

/*@+charint@*/

static uint8_t n;

void foo(void)
{
 n = 5;
}

but I do not know exactly which other errors may be hidden by this.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.cs.Virginia.EDU/pipermail/splint-discuss/attachments/20041101/f53d762d/attachment.htm


More information about the splint-discuss mailing list