Stop loading previews without user button press

This commit is contained in:
2017-09-01 00:29:09 -04:00
parent d5d48228b3
commit 37f0de5756
5 changed files with 39 additions and 83 deletions

View File

@@ -31,7 +31,7 @@
#include "minizip/unzip.h"
int filename_compare(unzFile file, const char *current_filename, const char *filename)
int filename_compare(__attribute__((unused)) unzFile file, const char *current_filename, const char *filename)
{
return strcasecmp(current_filename, filename);
}