diff options
Diffstat (limited to 'src/hash')
-rw-r--r-- | src/hash/ntapi_tt_populate_hashed_import_table.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hash/ntapi_tt_populate_hashed_import_table.c b/src/hash/ntapi_tt_populate_hashed_import_table.c index 7f760c1..4275297 100644 --- a/src/hash/ntapi_tt_populate_hashed_import_table.c +++ b/src/hash/ntapi_tt_populate_hashed_import_table.c @@ -30,6 +30,10 @@ static int __process_exported_symbol( ntapi_hashed_symbol * hashed_symbol; uintptr_t * fnptr; + /* unused params */ + (void)base; + (void)exp_hdr; + /* binary search variables */ uint32_t lower; uint32_t upper; |