"-Wmissing-prototypes" | "-Wmissing-prototypes" | ||||
"-Wint-conversion" | "-Wint-conversion" | ||||
"-Wimplicit" | "-Wimplicit" | ||||
"-Wmisleading-indentation" | |||||
) | ) | ||||
endif() | endif() | ||||
target_compile_definitions(espeak-ng PRIVATE "LIBESPEAK_NG_EXPORT=1") | target_compile_definitions(espeak-ng PRIVATE "LIBESPEAK_NG_EXPORT=1") |
if (WcmdqFree() <= free_min) | if (WcmdqFree() <= free_min) | ||||
return 1; // wait | return 1; // wait | ||||
PHONEME_LIST *prev; | |||||
PHONEME_LIST *next; | |||||
PHONEME_LIST *next2; | |||||
PHONEME_LIST *prev; | |||||
PHONEME_LIST *next; | |||||
PHONEME_LIST *next2; | |||||
prev = &phoneme_list[ix-1]; | prev = &phoneme_list[ix-1]; | ||||
next = &phoneme_list[ix+1]; | next = &phoneme_list[ix+1]; |
if (voice_data != NULL) | if (voice_data != NULL) | ||||
voices_list[n_voices_list++] = voice_data; | voices_list[n_voices_list++] = voice_data; | ||||
return 0; | |||||
} | } | ||||
return 0; | return 0; | ||||
} | } |