libICE: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Dec 5 17:08:33 UTC 2022


 include/X11/ICE/ICEmsg.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e176b676cff17948d68299c00dddefe41638c752
Author: Arsen Arsenović <arsen at aarsen.me>
Date:   Sun Dec 4 22:19:20 2022 +0100

    ICEmsg: Fix C++ interoperability error due to static_assert define
    
    Commit 0269c687e954db7aca2a4344e32cb203315a00b6 added a static_assert helper
    that gets defined to blank if left undefined by assert.h.  As this is not a
    macro in other languages that use this header, this can lead to a compile-time
    error.
    
    Bug: https://bugs.gentoo.org/884369



More information about the xorg-commit mailing list