summaryrefslogtreecommitdiff
path: root/libiberty/pexecute.c
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2000-03-24 21:32:08 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2000-03-24 21:32:08 +0000
commit1f33a3756376c728e99caa8dbeffd7a3d675deaa (patch)
tree698adbe5d5047577164e17e5f52bd8f6853eb31b /libiberty/pexecute.c
parentd7e2b26d364306474545c822db9370d9005e5082 (diff)
downloadgcc-1f33a3756376c728e99caa8dbeffd7a3d675deaa.tar.gz
merge from bfdland
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32729 138bc75d-0d04-0410-961f-82ee72b054a4
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? */