mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
turnip: Mark the vk_errorf helper as bring printflike.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7014>
This commit is contained in:
parent
01de452b5d
commit
80869f0bc3
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ __vk_errorf(struct tu_instance *instance,
|
|||
const char *file,
|
||||
int line,
|
||||
const char *format,
|
||||
...);
|
||||
...) PRINTFLIKE(5, 6);
|
||||
|
||||
#define vk_error(instance, error) \
|
||||
__vk_errorf(instance, error, __FILE__, __LINE__, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue