summaryrefslogtreecommitdiffstats
path: root/src/strip.c
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2005-08-11 04:41:58 +0000
committerUlrich Drepper <[email protected]>2005-08-11 04:41:58 +0000
commit8f32539b84d1d9849cdc03645a444c48719fd91f (patch)
treec363f2210c39acd238c54befe3a506347acb9ed9 /src/strip.c
parent6d5c3bdf1b37ddb328604d0d5894d7aa70402366 (diff)
Minimal cleanup in strip.
Diffstat (limited to 'src/strip.c')
-rw-r--r--src/strip.c3
1 files changed, 1 insertions, 2 deletions
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)
{