xdm: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Mar 29 19:19:18 UTC 2024


 configure.ac |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2b451b9915e3a379974a3c2b5fe9d4798f0c136b
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Mar 25 13:06:28 2024 -0700

    Define _CONST_X_STRING when including Xaw & Xt headers
    
    Fixes build when building against libXaw 1.0.16 since
    xorg/lib/libxaw at d0fcbd97 changed the definition of XawListChange
    in <X11/Xaw/List.h> from _Xconst char * to String *, where
    String is defined as const if _CONST_X_STRING is defined.
    
    This also clears up 105 of the 162 -Wdiscarded-qualifiers warnings.
    
    Closes: #16
    Fixes: bccb777 ("Fix -Wincompatible-pointer-types warning from gcc (issue #15)")
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list