We made some changes in the way we use Conan and we are facing the issue again. I have no clue how I solved it the first time and I have no clue how to solve it now.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I get a lot of false positives from my UTs about unused functions / tests
defined with TEST_F macro.
I do use
--library=googletest
.cppcheck version: nightly
Should I create suppressions or am I missing something?
Removed comment.
Last edit: Samuel Poláček 2024-03-11
Hi Samuel, I have the same issue. How did you solve it?
We made some changes in the way we use Conan and we are facing the issue again. I have no clue how I solved it the first time and I have no clue how to solve it now.
Could you please provide a reduced sample which reproduces this?