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

espeak_ng_SetConstF0(int f0) espeak_ng_SetConstF0(int f0)
{ {
const_f0 = f0; const_f0 = f0;
return ENS_OK;
} }


#pragma GCC visibility pop #pragma GCC visibility pop

Loading…
Cancel
Save