aboutsummaryrefslogtreecommitdiffstats
path: root/guts/setgroups.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/setgroups.c')
-rw-r--r--guts/setgroups.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/guts/setgroups.c b/guts/setgroups.c
index 51058c0..31b2b57 100644
--- a/guts/setgroups.c
+++ b/guts/setgroups.c
@@ -7,6 +7,9 @@
* int rc = -1;
*/
+ /* let gcc know we're ignoring these */
+ (void) size;
+ (void) list;
/* you always have all group privileges. we're like magic! */
rc = 0;