On Sat, Dec 02, 2017 at 09:59:02AM +, Maxime Villard wrote:
> Module Name: src
> Committed By:maxv
> Date:Sat Dec 2 09:59:02 UTC 2017
>
> Modified Files:
> src/sys/arch/amd64/conf: ALL
>
> Log Message:
> Remove options that do not exist on amd64.
Compil
On Sun, Dec 03, 2017 at 11:53:37PM +0100, Manuel Bouyer wrote:
> On Sun, Dec 03, 2017 at 11:06:47AM -0800, bch wrote:
> > ...
> > /usr/src/sys/dev/acpi/wmi/wmi_dell.c: In function 'wmi_dell_action':
> > /usr/src/sys/dev/acpi/wmi/wmi_dell.c:234:16: error: comparison between
> > signed and unsig
In article <20171203155522.ga27...@netbsd.org>,
David Holland wrote:
>On Sun, Dec 03, 2017 at 10:05:08AM +0100, Maxime Villard wrote:
> > Le 02/12/2017 ? 22:23, David Holland a ?crit :
> > > On Sat, Dec 02, 2017 at 10:04:26PM +0100, Maxime Villard wrote:
> > > > > Revert this. Compat on amd64 m
On Sun, Dec 03, 2017 at 11:06:47AM -0800, bch wrote:
> ...
> /usr/src/sys/dev/acpi/wmi/wmi_dell.c: In function 'wmi_dell_action':
> /usr/src/sys/dev/acpi/wmi/wmi_dell.c:234:16: error: comparison between
> signed and unsigned integer expressions [-Werror=sign-compare]
> for (i = 0; i < __arraycoun
...
/usr/src/sys/dev/acpi/wmi/wmi_dell.c: In function 'wmi_dell_action':
/usr/src/sys/dev/acpi/wmi/wmi_dell.c:234:16: error: comparison between
signed and unsigned integer expressions [-Werror=sign-compare]
for (i = 0; i < __arraycount(wmi_dell_actions); i++) {
^
cc1: all warnings
On Sun, Dec 03, 2017 at 10:05:08AM +0100, Maxime Villard wrote:
> Le 02/12/2017 ? 22:23, David Holland a ?crit :
> > On Sat, Dec 02, 2017 at 10:04:26PM +0100, Maxime Villard wrote:
> > > > Revert this. Compat on amd64 must be available all the way back to
> > > > 0.9, same as i386.
> > >
Le 02/12/2017 à 22:23, David Holland a écrit :
On Sat, Dec 02, 2017 at 10:04:26PM +0100, Maxime Villard wrote:
> > Revert this. Compat on amd64 must be available all the way back to
> > 0.9, same as i386.
> >
> > Also, please stop unilaterally breaking the world.
>
> You are kidding,