package/espeak: fix build issue with gcc6
authorRomain Naour <romain.naour@gmail.com>
Sun, 15 Jan 2017 18:40:08 +0000 (19:40 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 16 Jan 2017 12:42:49 +0000 (13:42 +0100)
commitc789262c68b28e3da4a0ee9fe519ce9285be2008
treea3546dcf405f1035384716cbb74c7ae19a96dc7a
parentf386e50ee5f0d3d885b6948138b9a7fdc020308b
package/espeak: fix build issue with gcc6

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>
package/espeak/0002-tr_languages-cast-string_ordinal-init-values.patch [new file with mode: 0644]