Browse Source

Revert "wavegen.c: Fix -Wunused-but-set-variable warning."

This reverts commit 6d751c93bf.

Fixes https://github.com/nvaccess/nvda/issues/8231.
master
Reece H. Dunn 7 years ago
parent
commit
0325a42374
1 changed files with 3 additions and 4 deletions
  1. 3
    4
      src/libespeak-ng/wavegen.c

+ 3
- 4
src/libespeak-ng/wavegen.c View File

int WavegenFill(void) int WavegenFill(void)
{ {
int finished; int finished;

finished = WavegenFill2();

#if HAVE_SONIC_H
unsigned char *p_start; unsigned char *p_start;


p_start = out_ptr; p_start = out_ptr;


finished = WavegenFill2();

#if HAVE_SONIC_H
if (sonicSpeed > 1.0) { if (sonicSpeed > 1.0) {
int length; int length;
int max_length; int max_length;

Loading…
Cancel
Save