diff --git a/src/Main/sentryIntegration.cxx b/src/Main/sentryIntegration.cxx index 0f3861a90..684f62030 100644 --- a/src/Main/sentryIntegration.cxx +++ b/src/Main/sentryIntegration.cxx @@ -93,7 +93,9 @@ public: if (e.debugClass == SG_OSG) { // white-list certain common OSG warnings to avoid filling up the // breadcrumsb with noise - if (e.message == "PNG lib warning : iCCP: known incorrect sRGB profile") { + if ((e.message == "PNG lib warning : iCCP: known incorrect sRGB profile") + || (e.message == "PNG lib warning : iCCP: profile 'ICC Profile': 1000000h: invalid rendering intent")) + { return true; } }