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 -Wunused-but-set-variable warnings.
master
Reece H. Dunn
4 years ago
parent
ed6e096b5b
commit
53283a910a
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
src/libespeak-ng/wavegen.c
+ 2
- 0
src/libespeak-ng/wavegen.c
View File
@@ -1401,9 +1401,11 @@ static int SpeedUp(short *outbuf, int length_in, int length_out, int end_of_text
int WavegenFill(void)
{
int finished;
#if HAVE_SONIC_H
unsigned char *p_start;
p_start = out_ptr;
#endif
finished = WavegenFill2();
Write
Preview
Loading…
Cancel
Save