Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Adding a patch to fix coreclr build for VS 15.5 (using older SDKs). (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsonkhan authored Sep 30, 2017
1 parent 5b10f0e commit c90a41b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/inc/warningcontrol.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@

#pragma warning(error :4700) // Local used w/o being initialized
#pragma warning(disable :4706) // assignment within conditional expression
#pragma warning(disable :4768) // __declspec attributes before linkage specification are ignored
#pragma warning(error :4806) // unsafe operation involving type 'bool'
#pragma warning(disable :4995) // '_OLD_IOSTREAMS_ARE_DEPRECATED': name was marked as #pragma deprecated

Expand Down

0 comments on commit c90a41b

Please sign in to comment.