Commit b19a8505 authored by Max Kellermann's avatar Max Kellermann

player_control: fix shadow warning with older gcc

Older gcc versions complained about shadowed parameters in prototypes.
parent 106bfaa7
...@@ -80,7 +80,7 @@ struct player_control { ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment