Replaced compiler option to disabled all warnings in Linux build by options for expli...
authorJan Vorlicek <janvorli@microsoft.com>
Sat, 31 Jan 2015 09:26:55 +0000 (01:26 -0800)
committerJan Vorlicek <janvorli@microsoft.com>
Sat, 31 Jan 2015 09:26:55 +0000 (01:26 -0800)
commitcb3773542726fda1267e81596bd37654f418cff4
treeaf85ca55bcbe3e07ae8426f8be6e3d3262bf045e
parente80a41aa9833244b0b3243a45702f3f389dfbff3
Replaced compiler option to disabled all warnings in Linux build by options for explicit disabling of specific warnings.
Fixed warnings that were not possible to disable (those that have no identifier) and few other trivial ones.
We will need to revisit the warnings fix as many as we reasonably can.

[tfs-changeset: 1408205]
17 files changed:
CMakeLists.txt
src/debug/ee/debugger.cpp
src/gc/gc.cpp
src/inc/arraylist.h
src/inc/complex.h
src/md/enc/metamodelrw.cpp
src/pal/inc/pal.h
src/pal/inc/pal_char16.h
src/vm/amd64/unixstubs.cpp
src/vm/amd64/virtualcallstubcpu.hpp
src/vm/corhost.cpp
src/vm/exceptionhandling.cpp
src/vm/gcstress.h
src/vm/methodtable.cpp
src/vm/multicorejit.cpp
src/vm/syncblk.cpp
src/vm/threadsuspend.cpp