Skip to content

Wrap Xext*CheckExtension() in do { ... } while(0)

Alan Coopersmith requested to merge alanc/libxext:misc into master

Makes macro expansion safer and eliminates -Wextra-semi-stmt warnings from clang every time it is called due to semicolon after bracket.

Merge request reports