Re: [ports-gcc-8 arm ppc] Unbreak games/spacehulk

2019-04-10 Thread Jeremie Courreges-Anglas
On Wed, Apr 10 2019, Charlene Wendling wrote: > Hi ports, > > (This is for post-unlock.) > > spacehulk breaks during the build with ports-gcc-8: > > smtp.cpp:291:1: error: narrowing conversion of '-1' from 'int' to > 'char' inside { } [-Wnarrowing] > > On powerpc and arm, char is unsigned by

[ports-gcc-8 arm ppc] Unbreak games/spacehulk

2019-04-10 Thread Charlene Wendling
Hi ports, (This is for post-unlock.) spacehulk breaks during the build with ports-gcc-8: smtp.cpp:291:1: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing] On powerpc and arm, char is unsigned by default, so it breaks. There is a bit of mystery on why it works