diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-12-07 18:01:47 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-12-07 18:02:58 -0800 |
commit | 7b4af57e8a1471747e17fff184032d8250e598b6 (patch) | |
tree | 94871dc700c18fe94c8e1ad9ad5a5021f3036431 /src/MultiSrc.c | |
parent | b083fdfa5066c264ec5abd1961937f64c975d797 (diff) |
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@oracle.com>
Diffstat (limited to 'src/MultiSrc.c')
0 files changed, 0 insertions, 0 deletions