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
|
#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))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user