this repo has no description
0
fork

Configure Feed

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

Merge pull request #195 from albertvaka/patch-1

Fix warning in MSVC2019

authored by

Jonathan Dearborn and committed by
GitHub
7b39bf76 01409519

+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)