libXext: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Dec 20 01:53:42 UTC 2022


 include/X11/extensions/extutil.h |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

New commits:
commit e8556ab06e03b59e9a512eb02955247efd4c4054
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 20 10:42:59 2022 -0800

    Wrap Xext*CheckExtension() in do { ... } while(0)
    
    Makes macro expansion safer and eliminates -Wextra-semi-stmt warnings
    from clang every time it is called due to semicolon after bracket.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list