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
The build currently fails with >= 10.14 due to the combo of deprecation warnings + -Werror:
/Users/travis/build/mapbox/earcut.hpp/test/viz.cpp:67:9: error: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Werror,-Wdeprecated-declarations]
glViewport(0, 0, viewWidth, viewHeight);
^
The build currently fails with >= 10.14 due to the combo of deprecation warnings +
-Werror
:https://travis-ci.org/mapbox/earcut.hpp/jobs/586690931#L629
This can be trigged by changing travis to test with
xcode_image: 11
instead ofosx_image: xcode8
The text was updated successfully, but these errors were encountered: