how can i disable the “C++ Compiler Errors” in the code inspection??

I can't find the config to disable c++ compiler errors.

some c++ compiler errors is not real error..... so i want to disable ouput it in the resharper c++ comline tools.

0
3 comments
Avatar
Permanently deleted user

Hello,

You can't disable the compiler errors (except by turning off all highlightings in particular files). We try to make sure there are no false compiler errors, please let us know how we can reproduce the false errors from your project and we'll fix them.

Thanks!

0

 

Hi

I got this error on Jenkins using Resharper CommandLineTools InspectCode 2020.1 for C++.

In VisualStudio (Resharper 2020.1.3) the error does not appear and the code compiles.

Regards,

Fabian

0
Avatar
Permanently deleted user

Fabian Grob Hello,

Could you please try to reproduce this on a sample solution and send it to us? I believe the only way this can happen is if RTTI is disabled in project properties, but then this means the code should not compile.

0

Please sign in to leave a comment.