Silence warning

This commit is contained in:
Milan Nikolic 2023-11-04 13:28:52 +01:00
parent d8e3cf78fd
commit 48e1caae0a
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ package rl
#include "external/glfw/src/osmesa_context.c"
#cgo windows LDFLAGS: -lgdi32 -lwinmm -lole32
#cgo windows CFLAGS: -D_GLFW_WIN32 -Iexternal -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP
#cgo windows CFLAGS: -D_GLFW_WIN32 -Iexternal -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP -Wno-stringop-overflow=
#cgo windows,!angle LDFLAGS: -lopengl32