rhdunn / espeak

eSpeak NG is an open source speech synthesizer that supports 101 languages and accents.
http://reecedunn.co.uk/espeak-for-android
GNU General Public License v3.0
386 stars 16 forks source link

Fix "narrowing conversion" errors #86

Closed DevynCJohnson closed 8 years ago

DevynCJohnson commented 8 years ago

When compiling using the C++11 standard, "narrowing conversion" errors occur. Using explicit characters (instead of literal integers) fixes this error.

rhdunn commented 8 years ago

I have already fixed these issues in my espeak-ng fork.