Compare commits

...

1 Commits

Author SHA1 Message Date
Enrico Weigelt, metux IT consult 8a0a240a6c xwin: drop redundant declaration of winValidateArgs()
../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 <info@metux.net>
2025-04-02 17:37:01 +00:00

View File

@ -91,9 +91,6 @@ void
void
winLogVersionInfo(void);
Bool
winValidateArgs(void);
#ifdef RELOCATE_PROJECTROOT
const char *winGetBaseDir(void);
#endif