Source: ball
Version: 1.4.0-1
Severity: serious
Justification: fails to build from source
Builds of ball have been failing on armel, powerpc, and s390 with errors
of the form
.../source/DATATYPE/hashGrid.C:23:3: error: narrowing conversion of
'-0x00000000000000001' from 'int' to 'const char' inside { } [-fpermissive]
I suspect that this is because plain char is unsigned there (as the
standard allows); if so, changing BALL::__private::neighbour_table_'s
element type from char to signed char in hashGrid.C and hashGrid.h
should help.
Could you please take a look?
Thanks!
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]