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

Commit c90a41b

Browse files
authored
Adding a patch to fix coreclr build for VS 15.5 (using older SDKs). (#14272)
1 parent 5b10f0e commit c90a41b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/inc/warningcontrol.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969

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

0 commit comments

Comments
 (0)