Skip to content

MNT: Filter warning messages from underlying libraries

Paul McCarthy requested to merge paulmc/fsleyes:mnt/filtermain into master

Filter some irrelevant warnings from underlying libraries:

  • ../src/intel/isl/isl.c:2216: FINISHME: ../src/intel/isl/isl.c:isl_surf_supports_ccs: CCS for 3D textures is disabled, but a workaround is available. - coming from Mesa3D I think.
  • Failed to establish dbus connection0.03s - Debugger warning: It seems that frozen modules are being used ... - coming from Python/PyDev.Debugger.
Edited by Paul McCarthy

Merge request reports