K 10 svn:author V 3 jhb K 8 svn:date V 27 2002-11-06T22:18:26.000000Z K 7 svn:log V 228 Wrap ()'s around an argument before casting it to a void *. If the argument is an expression you can end up casting part of it to void *. This resulted in bogus warnings about pointer arith using void *'s for the ep(4) driver. END