From 8f32539b84d1d9849cdc03645a444c48719fd91f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 11 Aug 2005 04:41:58 +0000 Subject: Minimal cleanup in strip. --- src/ChangeLog | 2 ++ src/strip.c | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ChangeLog b/src/ChangeLog index 7552f777..6c7040de 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2005-08-10 Ulrich Drepper + * strip.c (parse_opt): STATE parameter is now used. + * readelf.c (print_debug_line_section): Correct fallout of renaming of DW_LNS_set_epilog_begin. diff --git a/src/strip.c b/src/strip.c index 37f9eb0e..aefea938 100644 --- a/src/strip.c +++ b/src/strip.c @@ -199,8 +199,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ /* Handle program arguments. */ static error_t -parse_opt (int key, char *arg, - struct argp_state *state __attribute__ ((unused))) +parse_opt (int key, char *arg, struct argp_state *state) { switch (key) { -- cgit v1.2.1