Re: svn commit: r278004 - head/sys/dev/drm2/radeon

2015-02-01 Thread Dimitry Andric
On 01 Feb 2015, at 06:00, Bruce Evans wrote: > > On Sat, 31 Jan 2015, Dimitry Andric wrote: > >> Log: >> Constify a number of accesses in drm2's radeon drivers to avoid >> -Wcast-qual warnings. No functional change. > > This is much better than using __DECONST(), but still has bogus casts. ...

Re: svn commit: r278004 - head/sys/dev/drm2/radeon

2015-01-31 Thread Bruce Evans
On Sat, 31 Jan 2015, Dimitry Andric wrote: Log: Constify a number of accesses in drm2's radeon drivers to avoid -Wcast-qual warnings. No functional change. This is much better than using __DECONST(), but still has bogus casts. Modified: head/sys/dev/drm2/radeon/ni.c ==

svn commit: r278004 - head/sys/dev/drm2/radeon

2015-01-31 Thread Dimitry Andric
Author: dim Date: Sat Jan 31 22:18:52 2015 New Revision: 278004 URL: https://svnweb.freebsd.org/changeset/base/278004 Log: Constify a number of accesses in drm2's radeon drivers to avoid -Wcast-qual warnings. No functional change. Reviewed by: dumbbell MFC after:3 days Different