forked from Imagelibrary/binutils-gdb
* linespec.c (get_current_search_block): ARI fix, use (void)
for empty parameter list.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user