Minimal cleanup in strip.
authorUlrich Drepper <drepper@redhat.com>
Thu, 11 Aug 2005 04:41:58 +0000 (04:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 11 Aug 2005 04:41:58 +0000 (04:41 +0000)
src/ChangeLog
src/strip.c

index 7552f77..6c7040d 100644 (file)
@@ -1,5 +1,7 @@
 2005-08-10  Ulrich Drepper  <drepper@redhat.com>
 
+       * 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.
 
index 37f9eb0..aefea93 100644 (file)
@@ -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)
     {