mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-03-20 05:34:07 -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
|
|
@ -72,14 +72,11 @@ void new_macro(char *symbol, char *line, char *operand)
|
|||
void macro_expand(int macnum,char *operand )
|
||||
{
|
||||
char *line,*next;
|
||||
int done=0,i,old;
|
||||
int done=0,old;
|
||||
extern unsigned int macro_depth;
|
||||
extern int macro_line_num;
|
||||
char string[MAX_LINE_LENGTH];
|
||||
|
||||
//initialize macro use:
|
||||
i=0;
|
||||
|
||||
if(macro_depth+1> MAX_MAC_DEPTH)
|
||||
as_exit("Error exceeded maximum number of recursive macro calls");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue