Re: svn commit: r233419 - head/sys/x86/include

2012-03-29 Thread Jaakko Heinonen
Hi, On 2012-03-24, Dimitry Andric wrote: > Fix the following clang warning in sys/dev/dcons/dcons.c, caused by the > recent changes in sys/x86/include/endian.h: > > sys/dev/dcons/dcons.c:190:15: error: implicit conversion from > '__uint32_t' (aka 'unsigned int') to '__uint16_t' (aka '

Re: svn commit: r233419 - head/sys/x86/include

2012-03-25 Thread Tijl Coosemans
On Sunday 25 March 2012 07:31:29 Bruce Evans wrote: > On Sat, 24 Mar 2012, Dimitry Andric wrote: >> On 2012-03-24 18:48, Bruce Evans wrote: >>> On Sat, 24 Mar 2012, Dimitry Andric wrote: Log: Fix the following clang warning in sys/dev/dcons/dcons.c, caused by the recent changes in

Re: svn commit: r233419 - head/sys/x86/include

2012-03-24 Thread Bruce Evans
On Sat, 24 Mar 2012, Dimitry Andric wrote: On 2012-03-24 18:48, Bruce Evans wrote: On Sat, 24 Mar 2012, Dimitry Andric wrote: Log: Fix the following clang warning in sys/dev/dcons/dcons.c, caused by the recent changes in sys/x86/include/endian.h: sys/dev/dcons/dcons.c:190:15: error: imp

Re: svn commit: r233419 - head/sys/x86/include

2012-03-24 Thread Dimitry Andric
On 2012-03-24 18:48, Bruce Evans wrote: > On Sat, 24 Mar 2012, Dimitry Andric wrote: > >> Log: >> Fix the following clang warning in sys/dev/dcons/dcons.c, caused by the >> recent changes in sys/x86/include/endian.h: >> >>sys/dev/dcons/dcons.c:190:15: error: implicit conversion from >> '__u

Re: svn commit: r233419 - head/sys/x86/include

2012-03-24 Thread Bruce Evans
On Sat, 24 Mar 2012, Dimitry Andric wrote: Log: Fix the following clang warning in sys/dev/dcons/dcons.c, caused by the recent changes in sys/x86/include/endian.h: sys/dev/dcons/dcons.c:190:15: error: implicit conversion from '__uint32_t' (aka 'unsigned int') to '__uint16_t' (aka 'unsigne