Misc: clang-cl warning clean-up
This commit is contained in:
@ -10,6 +10,10 @@
|
||||
|
||||
Log_SetChannel(GL::ContextWGL);
|
||||
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic ignored "-Wmicrosoft-cast"
|
||||
#endif
|
||||
|
||||
static void* GetProcAddressCallback(const char* name)
|
||||
{
|
||||
void* addr = wglGetProcAddress(name);
|
||||
|
||||
Reference in New Issue
Block a user