Re: svn commit: r312977 - head/sys/dev/adb

2017-01-29 Thread Mark Millard
On 2017-Jan-29, at 8:51 PM, Justin Hibbits wrote: > Hi Mark, > > On Jan 29, 2017, at 9:42 PM, Mark Millard wrote: > >>> Author: jhibbits >>> Date: Mon Jan 30 02:32:33 2017 >>> New Revision: 312977 >>> URL: >>> https://svnweb.freebsd.org/changeset/base/312977 >>> >>> >>> Log: >>> Force the set

Re: svn commit: r312977 - head/sys/dev/adb

2017-01-29 Thread Justin Hibbits
Hi Mark, On Jan 29, 2017, at 9:42 PM, Mark Millard wrote: Author: jhibbits Date: Mon Jan 30 02:32:33 2017 New Revision: 312977 URL: https://svnweb.freebsd.org/changeset/base/312977 Log: Force the setting of bit 7 in the sysmouse packet byte 1 to be unsigned. Clang complains about the sh

Re: svn commit: r312977 - head/sys/dev/adb

2017-01-29 Thread Mark Millard
> Author: jhibbits > Date: Mon Jan 30 02:32:33 2017 > New Revision: 312977 > URL: > https://svnweb.freebsd.org/changeset/base/312977 > > > Log: > Force the setting of bit 7 in the sysmouse packet byte 1 to be unsigned. > > Clang complains about the shift of (1 << 7) into a int8_t changing

svn commit: r312977 - head/sys/dev/adb

2017-01-29 Thread Justin Hibbits
Author: jhibbits Date: Mon Jan 30 02:32:33 2017 New Revision: 312977 URL: https://svnweb.freebsd.org/changeset/base/312977 Log: Force the setting of bit 7 in the sysmouse packet byte 1 to be unsigned. Clang complains about the shift of (1 << 7) into a int8_t changing the value: warning