Browse Source

Fix -Wunused-but-set-variable warnings.

master
Reece H. Dunn 4 years ago
parent
commit
53283a910a
1 changed files with 2 additions and 0 deletions
  1. 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();


Loading…
Cancel
Save