summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libopkg/opkg_download.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libopkg/opkg_download.c b/libopkg/opkg_download.c
index e31c49c..7dc965b 100644
--- a/libopkg/opkg_download.c
+++ b/libopkg/opkg_download.c
@@ -447,6 +447,10 @@ verify_file_end:
return status;
#else
+ /* mute `unused variable' warnings. */
+ (void) sig_file;
+ (void) text_file;
+ (void) conf;
return 0;
#endif
}