From c713d8d019f7b0f9ed4a60912f440aca991d43c1 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 11 May 2016 11:58:03 -0400 Subject: code maintenance: mark unused parameters. --- src/hash/ntapi_tt_populate_hashed_import_table.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/hash') 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; -- cgit v1.2.3