On Wednesday 25 December 2013 14:28:56 Lisandro Damián Nicanor Pérez Meyer
wrote:
> On Wednesday 25 December 2013 11:38:17 Thiago Macieira wrote:
> > On quarta-feira, 25 de dezembro de 2013 02:13:26, Thiago Macieira wrote:
> > > We don't turn on -Wcast-align for ARM and apparently we shouldn't for
On Wednesday 25 December 2013 11:38:17 Thiago Macieira wrote:
> On quarta-feira, 25 de dezembro de 2013 02:13:26, Thiago Macieira wrote:
> > We don't turn on -Wcast-align for ARM and apparently we shouldn't for
> > Sparc
> > either. Just edit the .prf file and make sure we apply the same logic.
>
On quarta-feira, 25 de dezembro de 2013 02:13:26, Thiago Macieira wrote:
> We don't turn on -Wcast-align for ARM and apparently we shouldn't for Sparc
> either. Just edit the .prf file and make sure we apply the same logic.
And submit the patch afterwards :-)
--
Thiago Macieira - thiago.macieira
On terça-feira, 24 de dezembro de 2013 21:33:55, Lisandro Damián Nicanor Pérez
Meyer wrote:
> Fixing this would be simple for me (distro-wide), just removing
> qtsvg/tests/auto/headersclean/* before building the package, but I would
> like to know if this kind of error is between the ones you wa
Hi! I've hitted a FTBFS in sparc while building qtsvg-opensource-src (by
enabling the tests):
/usr/include/qt5/QtCore/qhash.h:283:45: error: cast from 'QHashData::Node*'
to 'QHash::Node* {aka QHashNode*}'
increases required alignment of target type [-Werror=cast-align]
The full build log c