From 08372f14279208e1682dfc35325ade9c648e787e Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 3 Aug 1999 16:00:39 +0000 Subject: * floatformat.c: Add casts to avoid signed/unsigned warnings. * pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix. --- libiberty/pexecute.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libiberty/pexecute.c') diff --git a/libiberty/pexecute.c b/libiberty/pexecute.c index 6da97deee4b..c644c98e0fe 100644 --- a/libiberty/pexecute.c +++ b/libiberty/pexecute.c @@ -616,7 +616,7 @@ pexecute (program, argv, this_pname, temp_base, errmsg_fmt, errmsg_arg, flags) const char *program; char * const *argv; const char *this_pname; - const char *temp_base; + const char *temp_base ATTRIBUTE_UNUSED; char **errmsg_fmt, **errmsg_arg; int flags; { @@ -723,7 +723,7 @@ int pwait (pid, status, flags) int pid; int *status; - int flags; + int flags ATTRIBUTE_UNUSED; { /* ??? Here's an opportunity to canonicalize the values in STATUS. Needed? */ -- cgit v1.2.3