mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-22 15:44:17 +02:00
Cleaned up warnings and adjusted CFLAGS
This commit cleans up warnings and adjusts CFLAGS. Thanks to samuel.thibault@ens-lyon.org.
This commit is contained in:
parent
7db5530308
commit
bbf77d918d
3 changed files with 6 additions and 0 deletions
2
queue.c
2
queue.c
|
|
@ -136,6 +136,8 @@ void queue_process_entry(struct synth_t *s)
|
|||
s->len = last->len;
|
||||
error = speak_text(s);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
if (error == EE_OK)
|
||||
queue_remove();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue