clean up list of disabled warnings. (dotnet/coreclr#18318)
authorSergey Andreenko <seandree@microsoft.com>
Fri, 15 Jun 2018 01:32:41 +0000 (18:32 -0700)
committerGitHub <noreply@github.com>
Fri, 15 Jun 2018 01:32:41 +0000 (18:32 -0700)
commit4f07ff553260f40397126028e3c5009703e81a5f
tree723fb77fb6eb94973373b39354329c53c3005221
parent5d94e4f8468a42fc2e29927694c85744576ef1ae
clean up list of disabled warnings. (dotnet/coreclr#18318)

* delete warnings that do not longer exist

For example C4171 was deleted after VS 6.0 (https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-6.0/aa233011(v=vs.60))

* delete C4206 fromm the list

because its default value is 4, so this line is useless.

* reenable warning as error.

* enable warning C4430

and fix places that trigger it.

* fix C4334

* format the list

* fix ssize_t

Commit migrated from https://github.com/dotnet/coreclr/commit/1c8c96ec2bb52368124928648d7557ac85ff9c40
src/coreclr/src/debug/ee/arm64/arm64walker.cpp
src/coreclr/src/gcinfo/gcinfoencoder.cpp
src/coreclr/src/inc/gcinfodecoder.h
src/coreclr/src/inc/warningcontrol.h
src/coreclr/src/jit/emitarm64.cpp
src/coreclr/src/jit/gentree.cpp
src/coreclr/src/md/inc/verifylayouts.h
src/coreclr/src/vm/methodtablebuilder.cpp
src/coreclr/src/zap/nativeformatwriter.cpp