mirror of https://git.code.sf.net/p/isync/isync
Browse Source
this is mostly to work around the fact that both gcc and clang won't accept the format string declaration (i.e., will complain with -Wformat-nonliteral) if the *called* function does not actually take a va_list. on the upside, it makes one caller cleaner. yay ...1.4
Oswald Buddenhagen
4 years ago
3 changed files with 19 additions and 9 deletions
Loading…
Reference in new issue