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
|
@ -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…
Reference in New Issue