aboutsummaryrefslogtreecommitdiffstats
path: root/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'env.c')
-rw-r--r--env.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/env.c b/env.c
index 4b74d368..457255af 100644
--- a/env.c
+++ b/env.c
@@ -37,6 +37,9 @@ void envquery(int argc, char **argv)
{
struct passwd by_name, by_uid, *pwp;
+ (void)argc;
+
+ (void)argc;
if (!(user = getenv("FETCHMAILUSER")))
{
if (!(user = getenv("LOGNAME")))