From ed1c203a46bec64838f50eb4f0772483af23cbce Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 25 Feb 2025 14:51:37 +0100 Subject: [PATCH] xwin: drop redundant declaration of winValidateArgs() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ../hw/xwin/InitOutput.c:89:2: warning: redundant redeclaration of ‘winValidateArgs’ [-Wredundant-decls] 89 | winValidateArgs(void); | ^~~~~~~~~~~~~~~ In file included from ../hw/xwin/InitOutput.c:35: ../hw/xwin/win.h:1008:1: note: previous declaration of ‘winValidateArgs’ was here 1008 | winValidateArgs(void); | ^~~~~~~~~~~~~~~ Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xwin/InitOutput.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/hw/xwin/InitOutput.c b/hw/xwin/InitOutput.c index 65fa17150..17b4c33fd 100644 --- a/hw/xwin/InitOutput.c +++ b/hw/xwin/InitOutput.c @@ -91,9 +91,6 @@ void void winLogVersionInfo(void); -Bool - winValidateArgs(void); - #ifdef RELOCATE_PROJECTROOT const char *winGetBaseDir(void); #endif