mirror of https://github.com/qTox/qTox.git
Browse Source
In Standard C++, the `__VA_ARGS__` (`...`) part of variadic macros must have at least one argument. `(void)` is a valid way to declare parameterless functions, so we're using that here, even though it's not idiomatic (but then again, nor is the whole macro).reviewable/pr6109/r1
2 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue