消除Redhat 7.2以上操作系统产生的编译警告。

This commit is contained in:
zhengchao
2016-12-29 12:28:33 +08:00
parent 9519d558e9
commit 4a32a8467f
2 changed files with 3 additions and 5 deletions

View File

@@ -102,7 +102,7 @@ int region_compile(_Maat_feather_t*feather,struct _INNER_scan_status_t *_mid,voi
{
int scan_ret=0,result_cnt=0;
int ret=0,i=0,j=0;
int ret=0,i=0;
int r_in_c_cnt=0;
int shortcut_avilable_cnt=0;
void* bool_matcher=feather->scanner->expr_compiler;