* readelf.c (decode_location_expression): Loop through multiple
[deliverable/binutils-gdb.git] / libiberty / pexecute.c
index 5003f1fe4d54261802b3c8a8a125e7bf6e6b5218..56ddec78dd838908d1a7fc9306e7ea96016198e6 100644 (file)
@@ -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?  */
This page took 0.033541 seconds and 4 git commands to generate.