fixed compiler warnings (#273)
This commit is contained in:
parent
7b3f212500
commit
082a0f313d
5 changed files with 83 additions and 37 deletions
|
@ -20,7 +20,7 @@ typedef enum {
|
|||
} voice_type;
|
||||
|
||||
void set_voice(voice_type v);
|
||||
void voice_iterate();
|
||||
void voice_deiterate();
|
||||
void voice_iterate(void);
|
||||
void voice_deiterate(void);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue