diff options
author | Romain Naour <romain.naour@gmail.com> | 2017-01-15 19:40:08 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-01-16 13:42:49 +0100 |
commit | c789262c68b28e3da4a0ee9fe519ce9285be2008 (patch) | |
tree | a3546dcf405f1035384716cbb74c7ae19a96dc7a /support/scripts/br2-external | |
parent | f386e50ee5f0d3d885b6948138b9a7fdc020308b (diff) | |
download | buildroot-c789262c68b28e3da4a0ee9fe519ce9285be2008.tar.gz buildroot-c789262c68b28e3da4a0ee9fe519ce9285be2008.zip |
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>
Diffstat (limited to 'support/scripts/br2-external')
0 files changed, 0 insertions, 0 deletions