On Mit, 2013-01-23 at 11:38 +0300, Dan Carpenter wrote:
On Tue, Jan 22, 2013 at 10:42:25AM +0100, Paul Menzel wrote:
Did you find this by manual inspection or did you use some tool?
I found this because it caused a problem in a parser I was working on but Sparse warns about "warning: expression using sizeof(void)".
gcc's -Wpointer-arith option also reports this. Never tried it on the kernel though .....
Bernd