mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-15 20:39:17 +00:00
Fix some compiler warnings when compiling hashcat_shared
This commit is contained in:
parent
bd12a1eb0d
commit
baa9517aa1
@ -23,7 +23,7 @@ static void main_cracker_hash_cracked (MAYBE_UNUSED hashcat_ctx_t *hashcat_ctx,
|
||||
fwrite (EOL, strlen (EOL), 1, stdout);
|
||||
}
|
||||
|
||||
void event (const u32 id, hashcat_ctx_t *hashcat_ctx, const void *buf, const size_t len)
|
||||
static void event (const u32 id, hashcat_ctx_t *hashcat_ctx, const void *buf, const size_t len)
|
||||
{
|
||||
switch (id)
|
||||
{
|
||||
@ -31,7 +31,7 @@ void event (const u32 id, hashcat_ctx_t *hashcat_ctx, const void *buf, const siz
|
||||
}
|
||||
}
|
||||
|
||||
int main ()
|
||||
int main (MAYBE_UNUSED int argc, MAYBE_UNUSED char **argv)
|
||||
{
|
||||
// hashcat main context
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user