My code is full of warnings like
'glTranslatef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings)
I did #define GL_SILENCE_DEPRECATION
but that didn't fix the issue.
I use freeglut
that was installed by using brew install freeglut
Can I silence it somehow?
#define
? You have to put it befor you include the header file. – Selfliquidating