mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 00:00:12 +01:00
gallium/tests: fix unused-but-set-variable warning
Reviewed-by: Jose Fonseca <jfonseca@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7713>
This commit is contained in:
parent
34e5b46fff
commit
89f6b72f19
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ int main() {
|
|||
*key = 0xdeadbeef;
|
||||
value_out = (cache_test_value *) util_cache_get(cache, key);
|
||||
assert(value_out == NULL);
|
||||
(void)value_out;
|
||||
free(key);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue