Source: libpyzy
Version: 1.0.1-1
Severity: serious
Justification: fails to build from source

Builds of libpyzy on architectures in which the standard char type is
unsigned have been failing:

DoublePinyinTable.h:376:1: error: narrowing conversion of 
'-0x00000000000000001' from 'int' to 'const char' inside { } [-fpermissive]

Could you please take a look?  I'd suggest adding an explicit cast to
PINYIN_ID_VOID's definition, on line 29 of src/Types.h:

#define PINYIN_ID_VOID  ((char)-1)

Thanks!


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to