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
ignore warnning on some functions #3588
Comments
|
Thank you for your issue report. Which compiler and flags are you using to compile this? We may consider repurposing this issue to track support for the syntax that you have shared. We have a feature request open to disable certain errors. #2345 |
|
@HoriKyouko It seems to be picking up a max macro from some other location. Did you set your compilerPath to your gcc compiler? It might be picking up a VC++ header instead. |
|
The code in the original example looks to be invalid syntax. I couldn't find a compiler on godbolt.org that successfully compiles it. |
|
And the original request to ignore errors for specific functions may be covered by #2395 |


Type: LanguageService
vscode show this function as
vscode show warning, as expected an expression.
Can i disable warning on some define() ?
The text was updated successfully, but these errors were encountered: