Skip to content

Commit 594381a

Browse files
author
Atul Katti
committed
[MERGE #5553 @atulkatti] MSFT:18210422 Ignore more of the prefast warnings related to locks.
Merge pull request #5553 from atulkatti:Bug18210422.IgnorePrefastWarning.1
2 parents cbb6c17 + edb91bc commit 594381a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/Common/DataStructures/BaseDictionary.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@
3131
#endif
3232

3333
#pragma warning(push)
34-
#pragma warning(disable:__WARNING_FAILING_TO_ACQUIRE_MEDIUM_CONFIDENCE)
3534
#pragma warning(disable:__WARNING_CALLER_FAILING_TO_HOLD_MEDIUM_CONFIDENCE)
35+
#pragma warning(disable:__WARNING_FAILING_TO_RELEASE_MEDIUM_CONFIDENCE)
36+
#pragma warning(disable:__WARNING_FAILING_TO_ACQUIRE_MEDIUM_CONFIDENCE)
37+
#pragma warning(disable:__WARNING_RELEASING_UNHELD_LOCK_MEDIUM_CONFIDENCE)
3638

3739
namespace Js
3840
{

0 commit comments

Comments
 (0)