mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 19:01:27 +00:00
oops
This commit is contained in:
parent
a2407f94e4
commit
f49f0d19f9
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue