this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix warning in MSVC2019

Fix warning about casting intptr_t to void*

authored by

Albert Vaca Cintora and committed by
GitHub
779377f6 3dad6455

+2
+2
src/renderer_GL_common.inl
··· 6 6 #pragma warning(disable: 4514 4711 4710) 7 7 // Disable warning: Spectre mitigation 8 8 #pragma warning(disable: 5045) 9 + // Disable warning: 'type cast': conversion from 'long' to 'void *' of greater size 10 + #pragma warning (disable: 4312) 9 11 #endif 10 12 11 13 #if !defined(GLAPIENTRY)