Warn about explicit usage of sizeof(void)
commit405cd6edfe2e88c808f0a45f0c2ef92a854dbe67
authorChristopher Li <sparse@chrisli.org>
Fri, 26 Dec 2008 00:17:15 +0000 (25 16:17 -0800)
committerChristopher Li <sparse@chrisli.org>
Mon, 29 Dec 2008 04:10:55 +0000 (28 20:10 -0800)
tree9055393af666fea9cbbb0c5c93700bfaa11f0a06
parenteb8559bf861c94ab7958105efa812b21e1da2d51
Warn about explicit usage of sizeof(void)

sizeof(void) still evaluate as 1 after the warning.
void_ctype.bit_size remain zero so is_byte_type()
will continue to work.

Signed-Off-By: Christopher Li <sparse@chrisli.org>
evaluate.c
symbol.c