player_control: fix shadow warning with older gcc
Older gcc versions complained about shadowed parameters in prototypes.
This commit is contained in:
parent
106bfaa726
commit
b19a8505f4
@ -80,7 +80,7 @@ struct player_control {
|
|||||||
|
|
||||||
extern struct player_control pc;
|
extern struct player_control pc;
|
||||||
|
|
||||||
void pc_init(unsigned int buffered_before_play);
|
void pc_init(unsigned int _buffered_before_play);
|
||||||
|
|
||||||
void pc_deinit(void);
|
void pc_deinit(void);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user