Suppressing messages when using OpenGL

I have a legacy app that draws using OpenGL, in particular is draws lines using glLineStipple. This is on a Macbook Pro M3, but it also happens on and x86 based Mac.

This causes the following messages to be output to the terminal the app was run from:

FALLBACK (log once): Fallback to SW vertex for line stipple FALLBACK (log once): Fallback to SW vertex processing, m_disable_code: 2000 FALLBACK (log once): Fallback to SW vertex processing in drawCore, m_disable_code: 2000

Is there a way of suppressing these messages?

Suppressing messages when using OpenGL
 
 
Q