This website works better with JavaScript.
Home
Explore
Sign In
mahta.fetrat
/
HomoFast-eSpeak-Persian
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix #699: -Wlto-type-mismatch when using gcc with -flto=4.
master
Reece H. Dunn
5 years ago
parent
171e8a4e09
commit
5feff569cc
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
src/libespeak-ng/setlengths.c
+ 1
- 1
src/libespeak-ng/setlengths.c
View File
int new_value = value;
int new_value = value;
int default_value;
int default_value;
extern const int
*
param_defaults;
extern const int param_defaults
[N_SPEECH_PARAM]
;
if (relative) {
if (relative) {
if (parameter < 5) {
if (parameter < 5) {
Write
Preview
Loading…
Cancel
Save