Warning about C++ Macro Permanently deleted user 创建于 2016年05月23日 11:57 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?
The issue relates to https://youtrack.jetbrains.com/issue/CPP-3921. Please upvote.