mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -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
|
|
@ -18,6 +18,7 @@
|
|||
#include<string.h>
|
||||
#include<stdio.h>
|
||||
#include"types.h"
|
||||
#define DECLARE_OP_CODES
|
||||
#include"parse.h"
|
||||
#include"proto.h"
|
||||
|
||||
|
|
@ -87,7 +88,7 @@ int parse( char line_string[MAX_LINE_LENGTH], char *line)
|
|||
if((tmp=ismacro(op_name_ptr)) != -1 ){
|
||||
if(defmacro==0)
|
||||
macro_expand(tmp,strtok(NULL,""));
|
||||
return(0);
|
||||
return(0);
|
||||
}
|
||||
|
||||
if( (op_num=op_decode(op_name_ptr))==-1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue