util/test: Use MAX_PATH on Windows
[mesa.git] / src / util / hash_table.c
index 6bac4a4f68e8832bb9979fba33e5c25cfd5e6f55..3d5de59a04094e84b2cb899a132f686fe6412b39 100644 (file)
@@ -101,7 +101,7 @@ static const struct {
    ENTRY(2147483648ul, 2362232233ul, 2362232231ul )
 };
 
-static inline bool
+ASSERTED static inline bool
 key_pointer_is_reserved(const struct hash_table *ht, const void *key)
 {
    return key == NULL || key == ht->deleted_key;