mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-03-08 05:33:49 -04:00
as10k1: fix gcc warnings
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
97092591e0
commit
787857d61a
5 changed files with 18 additions and 16 deletions
|
|
@ -63,7 +63,9 @@ enum foo {
|
|||
|
||||
};
|
||||
|
||||
|
||||
#ifndef DECLARE_OP_CODES
|
||||
extern char op_codes[NUM_OPS+1][9];
|
||||
#else
|
||||
char op_codes[NUM_OPS+1][9]=
|
||||
{
|
||||
"MACS",
|
||||
|
|
@ -110,6 +112,7 @@ char op_codes[NUM_OPS+1][9]=
|
|||
"con",
|
||||
"NotAnOp"
|
||||
};
|
||||
#endif
|
||||
|
||||
//extern int file_num,source_line_num
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue