Skip to content

wflinfo: Print absence of GL context flags correctly

Simon McVittie requested to merge smcv/waffle:tautological into master

From context, it seems this was meant to check gl_context_flags, not the constant array context_flags.

Detected by clang -Wtautological-pointer-compare.

Merge request reports