Browse Source

fix #699: avoid samplerate clashing with LTO in gcc 10.

master
Reece H. Dunn 5 years ago
parent
commit
812ea81319
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/espeak-ng.c

+ 1
- 1
src/espeak-ng.c View File

@@ -117,7 +117,7 @@ static const char *help_text =
"--load Load voice from a file in current directory by name.\n"
"-h, --help Show this help.\n";

int samplerate;
static int samplerate;
bool quiet = false;
unsigned int samples_total = 0;
unsigned int samples_split = 0;

Loading…
Cancel
Save