Silenced more warnings
svn-id: r38230
This commit is contained in:
parent
8b38d0677a
commit
25ddb00436
5 changed files with 6 additions and 4 deletions
|
@ -3277,6 +3277,7 @@ c_type(state_t *s)
|
|||
}
|
||||
|
||||
sciprintf("%s\n", invalid ? " (invalid)" : "");
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
|
@ -3403,6 +3404,7 @@ c_gc_list_reachable(state_t *s)
|
|||
apply_to_reg_t_hash_map(use_map, NULL, print_all_of_them);
|
||||
|
||||
free_reg_t_hash_map (use_map);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue