summaryrefslogtreecommitdiffstats
path: root/src/util/tests/hash_table/replacement.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/tests/hash_table/replacement.c')
-rw-r--r--src/util/tests/hash_table/replacement.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/tests/hash_table/replacement.c b/src/util/tests/hash_table/replacement.c
index 01ede685826..58c22aeb812 100644
--- a/src/util/tests/hash_table/replacement.c
+++ b/src/util/tests/hash_table/replacement.c
@@ -38,6 +38,9 @@ main(int argc, char **argv)
char *str2 = strdup("test1");
struct hash_entry *entry;
+ (void) argc;
+ (void) argv;
+
assert(str1 != str2);
ht = _mesa_hash_table_create(NULL, _mesa_key_hash_string,