Skip to content

Commit ce45e57

Browse files
committed
fix uuf bug
1 parent 9fdd587 commit ce45e57

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/code-quality/c6993.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
description: "Learn more about: Warning C6993"
33
title: Warning C6993
4-
ms.date: 11/04/2016
4+
ms.date: 2/25/2025
55
f1_keywords: ["C6993"]
6-
ms.assetid: 7ea93bc6-b934-4b6b-b71a-a56e765fb4cd
76
---
87
# Warning C6993
98

109
> Code analysis ignores OpenMP constructs; analyzing single-threaded code
1110
12-
This warning indicates that the Code Analyzer has encountered Open MP pragmas that it can't analyze.
11+
This warning indicates that the static analysis tools don't support Open MP pragmas. The static analysis tools could generate incorrect results because they assume the code is single-threaded, not multi-threaded.
12+
13+
Your code doesn't necessarily need to be 'fixed' to resolve this diagnostic because this warning indicates what our toolset supports and not an issue with your code.

0 commit comments

Comments
 (0)