mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-11 01:28:19 +03:00
oops
This commit is contained in:
parent
a2407f94e4
commit
f49f0d19f9
2
glfw/internal.h
vendored
2
glfw/internal.h
vendored
@ -247,7 +247,7 @@ typedef void (APIENTRY * PFN_vkVoidFunction)(void);
|
||||
#endif
|
||||
|
||||
// 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
|
||||
#define UNUSED __attribute__ ((unused))
|
||||
|
Loading…
Reference in New Issue
Block a user