You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm getting this annoying warning on go version go1.18.4 freebsd/amd64.
# github.com/go-gl/glfw/v3.3/glfw
In file included from /home/lmas/.go/pkg/mod/github.com/go-gl/glfw/v3.3/[email protected]/native_linbsd_x11.go:10:
In file included from /home/lmas/.go/pkg/mod/github.com/go-gl/glfw/v3.3/[email protected]/glfw/include/GLFW/glfw3native.h:114:
In file included from /usr/local/include/GL/glx.h:32:
/usr/local/include/GL/gl.h:56:11: warning: 'GLAPIENTRY' macro redefined [-Wmacro-redefined]
/home/lmas/.go/pkg/mod/github.com/go-gl/glfw/v3.3/[email protected]/glfw/include/GLFW/glfw3.h:5898:10: note: previous definition is here
Tracked it to glfw/glfw#2010, which fixes this issue in v3.3.8.
The text was updated successfully, but these errors were encountered:
Hi, I'm getting this annoying warning on
go version go1.18.4 freebsd/amd64
.Tracked it to glfw/glfw#2010, which fixes this issue in v3.3.8.
The text was updated successfully, but these errors were encountered: