On Tue, Dec 23, 2008 at 07:37, Alexey Zaytsev <alexey.zaytsev@xxxxxxxxx> wrote: > On Tue, Dec 23, 2008 at 06:51, Christopher Li <sparse@xxxxxxxxxxx> wrote: > In the Linux kernel, we've got lots of void * address arithmetics: > linux/linux-2.6$ make -j 8 CC='gcc -Wpointer-arith' 2>&1 | grep > 'warning: pointer of type \'void \*\' used in arithmetic' | uniq | wc > -l > 45095 I screwed up, it should be | sort -u | uniq | wc -l But it's still 14488. -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html