libXaw3d: Changes to 'master'

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


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

New commits:
commit 7b4af57e8a1471747e17fff184032d8250e598b6
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Dec 7 18:01:47 2023 -0800

    Multisink.c: Clear -Werror=incompatible-pointer-types error
    
    MultiSink.c: In function ‘SetValues’:
    MultiSink.c:582:18: error: passing argument 1 of ‘SetTabs’ from
     incompatible pointer type [-Werror=incompatible-pointer-types]
      582 |         SetTabs( w, w->text_sink.tab_count, w->text_sink.char_tabs );
          |                  ^
          |                  |
          |                  MultiSinkObject {aka struct _MultiSinkRec *}
    MultiSink.c:99:21: note: expected ‘Widget’ {aka ‘struct _WidgetRec *’}
     but argument is of type ‘MultiSinkObject’ {aka ‘struct _MultiSinkRec *’}
       99 | static void SetTabs(Widget, int, short *);
          |                     ^~~~~~
    
    Adopts change originally made to libXaw in XFree86 4
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list