diff options
author | FreeArtMan <dos21h@gmail.com> | 2015-12-17 21:52:25 +0000 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2015-12-17 21:52:25 +0000 |
commit | 6e2e285142895f3ed4b7e5b99ff1595092d84969 (patch) | |
tree | d681a1852b4adc8a2540d893d782c5e10ebef84e /syntax.c | |
parent | 02496faab558fa758adf3a24006201cf5ab557fb (diff) | |
download | dm-6e2e285142895f3ed4b7e5b99ff1595092d84969.tar.gz dm-6e2e285142895f3ed4b7e5b99ff1595092d84969.zip |
Fixed few warnings
Diffstat (limited to 'syntax.c')
-rw-r--r-- | syntax.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; } |