[324/383] Compiling C object hw/xwin/winclipboard/xwinclip.exe.p/debug.c.obj 666../hw/xwin/winclipboard/debug.c:31:1: warning: no previous prototype for ‘winDebug’ [-Wmissing-prototypes] 667 31 | winDebug(const char *format, ...) 668 | ^~~~~~~~ 669../hw/xwin/winclipboard/debug.c: In function ‘winDebug’: 670../hw/xwin/winclipboard/debug.c:37:3: warning: function ‘winDebug’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 671 37 | count += vfprintf(stderr, format, ap); 672 | ^~~~~ 673../hw/xwin/winclipboard/debug.c: At top level: 674../hw/xwin/winclipboard/debug.c:44:1: warning: no previous prototype for ‘ErrorF’ [-Wmissing-prototypes] 675 44 | ErrorF(const char *format, ...) 676 | ^~~~~~ 677../hw/xwin/winclipboard/debug.c: In function ‘ErrorF’: 678../hw/xwin/winclipboard/debug.c:49:3: warning: function ‘ErrorF’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 679 49 | count = vfprintf(stderr, format, ap); 680 | ^~~~~ Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1295> |
||
---|---|---|
.. | ||
debug.c | ||
internal.h | ||
meson.build | ||
textconv.c | ||
thread.c | ||
winclipboard.h | ||
wndproc.c | ||
xevents.c | ||
xwinclip.c | ||
xwinclip.man |