summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--process.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/process.c b/process.c
index 9a79b7394f..a3359b210a 100644
--- a/process.c
+++ b/process.c
@@ -5106,6 +5106,7 @@ p_uid_change_privilege(VALUE obj, VALUE id)
SAVED_USER_ID = uid;
}
#else
+ (void)uid;
rb_notimplement();
#endif
}
@@ -5896,6 +5897,7 @@ p_gid_change_privilege(VALUE obj, VALUE id)
rb_sys_fail(0);
}
#else
+ (void)gid;
rb_notimplement();
#endif
}