mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 09:48:09 +02:00
oops
This commit is contained in:
2
glfw/internal.h
vendored
2
glfw/internal.h
vendored
@@ -247,7 +247,7 @@ typedef void (APIENTRY * PFN_vkVoidFunction)(void);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// dlsym that works with -Wpedantic
|
// dlsym that works with -Wpedantic
|
||||||
#define glfw_dlsym(dest, handle, name) do {*(void **)&(handle) = _glfw_dlsym(handle, name);}while (0)
|
#define glfw_dlsym(dest, handle, name) do {*(void **)&(dest) = _glfw_dlsym(handle, name);}while (0)
|
||||||
|
|
||||||
// Mark function arguments as unused
|
// Mark function arguments as unused
|
||||||
#define UNUSED __attribute__ ((unused))
|
#define UNUSED __attribute__ ((unused))
|
||||||
|
|||||||
Reference in New Issue
Block a user