summaryrefslogtreecommitdiffstats
path: root/package/espeak/0002-tr_languages-cast-string_ordinal-init-values.patch
Commit message (Collapse)AuthorAgeFilesLines
* package/espeak: fix build issue with gcc6Romain Naour2017-01-161-0/+33
On some architecture, "char" is signed (x86_64, nios2...) so the compiler try to convert int 0xc2 and 0xba to a signed char. This is an error since gcc6 (Wnarrowing). cast string_ordinal init values. Fixes: http://autobuild.buildroot.net/results/bae/baef9888b1979d18171668a675985e3f3b45fda6 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud