Browse Source

Fix -Wreturn-type warnings.

master
Reece H. Dunn 4 years ago
parent
commit
720405c5c6
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/libespeak-ng/wavegen.c

+ 1
- 0
src/libespeak-ng/wavegen.c View File

@@ -1438,6 +1438,7 @@ ESPEAK_NG_API espeak_ng_STATUS
espeak_ng_SetConstF0(int f0)
{
const_f0 = f0;
return ENS_OK;
}

#pragma GCC visibility pop

Loading…
Cancel
Save