Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Zero-arg variadic macro warning leads to build failure on clang #3

Closed
jgabaut opened this issue Apr 4, 2024 · 0 comments · Fixed by #6
Closed

[BUG] Zero-arg variadic macro warning leads to build failure on clang #3

jgabaut opened this issue Apr 4, 2024 · 0 comments · Fixed by #6
Labels
bug Something isn't working

Comments

@jgabaut
Copy link
Owner

jgabaut commented Apr 4, 2024

Using clang, build fails with the following error:

error: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Werror,-Wgnu-zero-variadic-macro-arguments]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant