sparse: Allow override of sizeof(bool) warning
commit2667c2d4ab3342b54283d16f1d62e6d715f3b373
authorJoe Perches <joe@perches.com>
Thu, 27 Feb 2014 03:19:25 +0000 (26 19:19 -0800)
committerChristopher Li <sparse@chrisli.org>
Thu, 27 Feb 2014 20:39:44 +0000 (27 12:39 -0800)
treea5ae6428d932b074f47f41fb734e1a24f163bbb1
parent67a7f893b14526002afc0b478a744cfb4acbfebe
sparse: Allow override of sizeof(bool) warning

Allow an override to emit or not the sizeof(bool) warning.
Add a "-Wsizeof-bool" description to the manpage.

Signed-off-by: Joe Perches <joe@perches.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Christopher Li <sparse@chrisli.org>
evaluate.c
lib.c
lib.h
sparse.1