Enable MSVC standard conformance for JIT sources (#67608)
authorJakob Botsch Nielsen <Jakob.botsch.nielsen@gmail.com>
Wed, 6 Apr 2022 19:32:39 +0000 (21:32 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Apr 2022 19:32:39 +0000 (21:32 +0200)
commit548bb581b632b40c8caf1aa39514590b7b183926
treea9229b0822b79921301dfaccde633042c5e37c73
parent07cc0a3d448153649e5f9915e02e7d7b0885fbbf
Enable MSVC standard conformance for JIT sources (#67608)

The JIT sources pretty much already compiled under this mode except for
one thing that could just be fixed by removing the code. This will catch
some obvious bugs, like passing 'false' as a pointer.
src/coreclr/jit/CMakeLists.txt
src/coreclr/jit/unwind.h