aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--unmime.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/unmime.c b/unmime.c
index 0af0e2c5..a518da2c 100644
--- a/unmime.c
+++ b/unmime.c
@@ -668,6 +668,10 @@ int main(int argc, char *argv[])
char *buffer, *buf_p;
int nl_count, i, bodytype;
+ /* quench warnings about unused arguments */
+ (void)argc;
+ (void)argv;
+
#ifdef DEBUG
pid_t pid;
FILE *fd_orig, *fd_conv;