Skip to content

Commit

Permalink
Merge remote-tracking branch 'floooh/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
miscvariables committed Feb 11, 2021
2 parents f32ce7e + 29bbcd8 commit a08bec7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sokol_gfx.h
Original file line number Diff line number Diff line change
Expand Up @@ -2502,7 +2502,8 @@ inline int sg_append_buffer(sg_buffer buf_id, const sg_range& data) { return sg_
#pragma warning(disable:4115) /* named type definition in parentheses */
#pragma warning(disable:4505) /* unreferenced local function has been removed */
#pragma warning(disable:4201) /* nonstandard extension used: nameless struct/union (needed by d3d11.h) */
#pragma warning(disable:4054) /* 'type cast': from function pointer 'FARPROC' to data pointer 'void *' */
#pragma warning(disable:4054) /* 'type cast': from function pointer */
#pragma warning(disable:4055) /* 'type cast': from data pointer */
#endif

#if defined(SOKOL_GLCORE33) || defined(SOKOL_GLES2) || defined(SOKOL_GLES3)
Expand Down

0 comments on commit a08bec7

Please sign in to comment.