xdm: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Dec 16 17:14:42 UTC 2023


 chooser/chooser.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bccb77746528134aa2e865ca4f44fd9424738b3f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Dec 5 17:25:28 2023 -0800

    Fix -Wincompatible-pointer-types warning from gcc (issue #15)
    
    chooser.c:280:26: warning: passing argument 2 of ‘XawListChange’ from
     incompatible pointer type [-Wincompatible-pointer-types]
      280 |     XawListChange (list, newTable, size, 0, TRUE);
          |                          ^~~~~~~~
          |                          |
          |                          char **
    In file included from chooser.c:59:
    /usr/include/X11/Xaw/List.h:170:27: note: expected ‘const char **’ but
     argument is of type ‘char **’
      170 |  _Xconst char           **list,
    
    Closes: #15
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list