Skip to content

drm: Make sure attributes are always initialised

Aleix Pol Gonzalez requested to merge work/apol/uninitialised-warning into master

It only gets set on specific cases and assumes false as default anyway. kwin/src/backends/drm/drm_gpu.cpp:691:12: runtime error: load of value 190, which is not a valid value for type 'bool'

Merge request reports