From 6e2e285142895f3ed4b7e5b99ff1595092d84969 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Thu, 17 Dec 2015 21:52:25 +0000 Subject: Fixed few warnings --- syntax.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'syntax.c') diff --git a/syntax.c b/syntax.c index 510d735..a9e96d7 100644 --- a/syntax.c +++ b/syntax.c @@ -212,7 +212,7 @@ ast_expr_cmp* att_expr_cmp( token_list *tl, int pos ) /*****************************************************************************/ ast_expr_bit* att_expr_bit( token_list *tl, int pos ) { - + return NULL; } /*****************************************************************************/ @@ -429,7 +429,7 @@ int ate_a_cmp( ast_expr **expr, ast_expr_cmp *cmp ) /*****************************************************************************/ int ate_eval( ast_expr *expr ) { - + return -1; } -- cgit v1.2.3