mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-13 19:28:56 +00:00
Fixed unused variable warning on Windows
This commit is contained in:
parent
829d49c8ba
commit
7ac879f1e4
@ -7918,9 +7918,12 @@ static bool load_kernel (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_p
|
||||
#endif
|
||||
{
|
||||
const hashconfig_t *hashconfig = hashcat_ctx->hashconfig;
|
||||
const folder_config_t *folder_config = hashcat_ctx->folder_config;
|
||||
const user_options_t *user_options = hashcat_ctx->user_options;
|
||||
|
||||
#if !defined (_WIN) && !defined (__CYGWIN__) && !defined (__MSYS__)
|
||||
const folder_config_t *folder_config = hashcat_ctx->folder_config;
|
||||
#endif
|
||||
|
||||
bool cached = true;
|
||||
|
||||
if (cache_disable == true)
|
||||
|
Loading…
Reference in New Issue
Block a user