Warning about C++ Macro
I use a complex preprocessor macro that uses VARARGS. At each use, I get a red squiggly line and the warning:
Error after macro substitution: too many arguments, expected 0.
How can one disable this warning message?
Please sign in to leave a comment.
The issue relates to https://youtrack.jetbrains.com/issue/CPP-3921. Please upvote.