mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 22:20:06 +01:00
hw/xwin: Ensure format warnings in winclipboard/
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
This commit is contained in:
parent
38f340b13e
commit
f1d1426667
1 changed files with 2 additions and 2 deletions
|
|
@ -50,8 +50,8 @@
|
|||
* References to external symbols
|
||||
*/
|
||||
|
||||
extern void winDebug(const char *format, ...);
|
||||
extern void ErrorF(const char *format, ...);
|
||||
extern void winDebug(const char *format, ...) _X_ATTRIBUTE_PRINTF(1, 2);
|
||||
extern void ErrorF(const char *format, ...) _X_ATTRIBUTE_PRINTF(1, 2);
|
||||
|
||||
/*
|
||||
* winclipboardtextconv.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue