mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 19:20:22 +01:00
radv: Ignore radv_printflike on Windows
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7866>
This commit is contained in:
parent
7f7586704c
commit
02481e1203
1 changed files with 4 additions and 0 deletions
|
|
@ -97,7 +97,11 @@ typedef uint32_t xcb_window_t;
|
|||
#define RADV_SUPPORT_ANDROID_HARDWARE_BUFFER 0
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#define radv_printflike(a, b)
|
||||
#else
|
||||
#define radv_printflike(a, b) __attribute__((__format__(__printf__, a, b)))
|
||||
#endif
|
||||
|
||||
static inline uint32_t
|
||||
align_u32(uint32_t v, uint32_t a)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue