From 43d7b139e8c4db2d5e87c9ff6d02f89353259463 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 24 Nov 2015 16:59:35 +0100 Subject: [PATCH] Ignore another libpng warning. This happened here: https://ci.appveyor.com/project/The-Compiler/qutebrowser/build/master-1536/job/k8es4nh719cc27hf --- qutebrowser/utils/log.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qutebrowser/utils/log.py b/qutebrowser/utils/log.py index 1ca57ef6c..4626b54b7 100644 --- a/qutebrowser/utils/log.py +++ b/qutebrowser/utils/log.py @@ -275,6 +275,7 @@ def qt_message_handler(msg_type, context, msg): # https://bugreports.qt.io/browse/QTBUG-39788 'libpng warning: iCCP: Not recognizing known sRGB profile that has ' 'been edited', # noqa + 'libpng warning: iCCP: known incorrect sRGB profile', # Hopefully harmless warning 'OpenType support missing for script ', # Error if a QNetworkReply gets two different errors set. Harmless Qt