mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-09 13:30:03 -05:00
Fix compile warnings
Fix trivial compile warnings.
This commit is contained in:
parent
0ec2247972
commit
76f7af823b
6 changed files with 38 additions and 30 deletions
|
|
@ -77,6 +77,6 @@ struct _snd_mixer {
|
|||
};
|
||||
|
||||
struct _snd_mixer_selem_id {
|
||||
unsigned char name[60];
|
||||
char name[60];
|
||||
unsigned int index;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue