* 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

@ -1,3 +1,8 @@
2013-03-06 Pierre Muller <muller@sourceware.org>
* linespec.c (get_current_search_block): ARI fix, use (void)
for empty parameter list.
2013-03-05 Doug Evans <dje@google.com>
* ada-lang.c (ada_lookup_symbol_list_worker): New function, contents

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;