Ignore another libpng warning.

This happened here:
https://ci.appveyor.com/project/The-Compiler/qutebrowser/build/master-1536/job/k8es4nh719cc27hf
This commit is contained in:
Florian Bruhin 2015-11-24 16:59:35 +01:00
parent d13ae4c666
commit 43d7b139e8

View File

@ -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