Date: Wed, 6 Nov 2002 14:18:26 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include bus.h Message-ID: <200211062218.gA6MIQ2C097318@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2002/11/06 14:18:26 PST
Modified files:
sys/alpha/include bus.h
Log:
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.
Revision Changes Path
1.14 +6 -6 src/sys/alpha/include/bus.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211062218.gA6MIQ2C097318>
