summaryrefslogtreecommitdiff
path: root/libiberty/pexecute.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@zembu.com>2000-03-24 21:32:08 +0000
committerJason Merrill <jason@gcc.gnu.org>2000-03-24 16:32:08 -0500
commit5ad5a9844bd95909a89dd2e0fd374ddd413ccda6 (patch)
tree698adbe5d5047577164e17e5f52bd8f6853eb31b /libiberty/pexecute.c
parenteef9a168de9320328195879f0c14043ee5b34b91 (diff)
downloadgcc-5ad5a9844bd95909a89dd2e0fd374ddd413ccda6.tar.gz
merge from bfdland
From-SVN: r32729
Diffstat (limited to 'libiberty/pexecute.c')
-rw-r--r--libiberty/pexecute.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/pexecute.c b/libiberty/pexecute.c
index 5003f1fe4d5..56ddec78dd8 100644
--- a/libiberty/pexecute.c
+++ b/libiberty/pexecute.c
@@ -656,7 +656,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;
{
@@ -763,7 +763,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? */