Skip to content

Conversation

@t-jankowski
Copy link
Contributor

Details:

  • Suppresses coverity issues.

Tickets:

Signed-off-by: Tomasz Jankowski <[email protected]>
@t-jankowski t-jankowski requested a review from a team as a code owner October 31, 2025 09:54
@github-actions github-actions bot added the category: Core OpenVINO Core (aka ngraph) label Oct 31, 2025
@mlukasze mlukasze enabled auto-merge November 3, 2025 05:43
const std::type_info& Any::type_info() const {
impl_check();
// `impl_check' asserts valid deference
// coverity[dereference:FALSE]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really need these comments? Is it not enough to close coverity issue as false positive ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ticket closed on Coverity can pop-up again if code changes e.g. this issue will at different line.
If this comment is working it should be always ignored

@praasz praasz added this to the 2026.0 milestone Nov 5, 2025
@mlukasze mlukasze added this pull request to the merge queue Nov 6, 2025
Merged via the queue into openvinotoolkit:master with commit a625f6f Nov 6, 2025
206 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: Core OpenVINO Core (aka ngraph)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants