diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-24 21:32:08 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-24 21:32:08 +0000 |
commit | 1f33a3756376c728e99caa8dbeffd7a3d675deaa (patch) | |
tree | 698adbe5d5047577164e17e5f52bd8f6853eb31b /libiberty/pexecute.c | |
parent | d7e2b26d364306474545c822db9370d9005e5082 (diff) | |
download | gcc-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.c | 4 |
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? */ |