* linespec.c (get_current_search_block): ARI fix, use (void)

for empty parameter list.
This commit is contained in:
Pierre Muller
2013-03-06 11:05:55 +00:00
parent 4aa54120ee
commit e482a1a770
2 changed files with 6 additions and 1 deletions

View File

@@ -1069,7 +1069,7 @@ iterate_over_all_matching_symtabs (struct linespec_state *state,
the current location. */
static struct block *
get_current_search_block ()
get_current_search_block (void)
{
struct block *block;
enum language save_language;