Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
deps: update ChakraCore to chakra-core/ChakraCore@594381adf5
Browse files Browse the repository at this point in the history
[MERGE #5553 @atulkatti] MSFT:18210422 Ignore more of the prefast warnings related to locks.

Merge pull request #5553 from atulkatti:Bug18210422.IgnorePrefastWarning.1

Reviewed-By: chakrabot <[email protected]>
  • Loading branch information
Atul Katti authored and kfarnung committed Aug 4, 2018
1 parent ab9f572 commit ae63cea
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@
#endif

#pragma warning(push)
#pragma warning(disable:__WARNING_FAILING_TO_ACQUIRE_MEDIUM_CONFIDENCE)
#pragma warning(disable:__WARNING_CALLER_FAILING_TO_HOLD_MEDIUM_CONFIDENCE)
#pragma warning(disable:__WARNING_FAILING_TO_RELEASE_MEDIUM_CONFIDENCE)
#pragma warning(disable:__WARNING_FAILING_TO_ACQUIRE_MEDIUM_CONFIDENCE)
#pragma warning(disable:__WARNING_RELEASING_UNHELD_LOCK_MEDIUM_CONFIDENCE)

namespace Js
{
Expand Down

0 comments on commit ae63cea

Please sign in to comment.