This also silences following clang warnings:
no previous extern declaration for non-static variable 'deleted_key' [-Werror,-Wmissing-variable-declarations]
const void *deleted_key = &deleted_key_value;
^
no previous extern declaration for non-static variable 'deleted_key_value'
[-Werror,-Wmissing-variable-declarations]
uint32_t deleted_key_value;
^
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
|
||
|---|---|---|
| .. | ||
| sha1 | ||
| tests/hash_table | ||
| .gitignore | ||
| Android.mk | ||
| bitscan.c | ||
| bitscan.h | ||
| bitset.h | ||
| build_id.c | ||
| build_id.h | ||
| crc32.c | ||
| crc32.h | ||
| debug.c | ||
| debug.h | ||
| disk_cache.c | ||
| disk_cache.h | ||
| format_r11g11b10f.h | ||
| format_rgb9e5.h | ||
| format_srgb.h | ||
| format_srgb.py | ||
| half_float.c | ||
| half_float.h | ||
| hash_table.c | ||
| hash_table.h | ||
| list.h | ||
| macros.h | ||
| Makefile.am | ||
| Makefile.sources | ||
| mesa-sha1.c | ||
| mesa-sha1.h | ||
| ralloc.c | ||
| ralloc.h | ||
| rand_xor.c | ||
| rand_xor.h | ||
| register_allocate.c | ||
| register_allocate.h | ||
| rgtc.c | ||
| rgtc.h | ||
| roundeven_test.c | ||
| rounding.h | ||
| SConscript | ||
| set.c | ||
| set.h | ||
| simple_list.h | ||
| slab.c | ||
| slab.h | ||
| string_to_uint_map.cpp | ||
| string_to_uint_map.h | ||
| strndup.h | ||
| strtod.c | ||
| strtod.h | ||
| texcompress_rgtc_tmp.h | ||
| u_atomic.c | ||
| u_atomic.h | ||
| u_atomic_test.c | ||
| u_dynarray.h | ||
| u_endian.h | ||
| u_queue.c | ||
| u_queue.h | ||
| u_string.h | ||
| u_thread.h | ||
| u_vector.c | ||
| u_vector.h | ||