Remove some workarounds to use get rid of unused variable warnings

This commit is contained in:
jsteube
2016-10-10 09:12:36 +02:00
parent 27bec8be13
commit 0f96c57ead
12 changed files with 410 additions and 439 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ int count_dictionaries (char **dictionary_files);
char **scan_directory (const char *path);
int folder_config_init (hashcat_ctx_t *hashcat_ctx, const char *install_folder, const char *shared_folder);
int folder_config_init (hashcat_ctx_t *hashcat_ctx, MAYBE_UNUSED const char *install_folder, MAYBE_UNUSED const char *shared_folder);
void folder_config_destroy (hashcat_ctx_t *hashcat_ctx);
int hc_mkdir (const char *name, int mode);
int hc_mkdir (const char *name, MAYBE_UNUSED const int mode);