Blame SOURCES/build-corefx-disable-werror.patch

ad7d0c
diff --git a/src/Native/Unix/CMakeLists.txt b/src/Native/Unix/CMakeLists.txt
ad7d0c
index 7d804a1e54..717c2718d7 100644
ad7d0c
--- a/src/Native/Unix/CMakeLists.txt
ad7d0c
+++ b/src/Native/Unix/CMakeLists.txt
ad7d0c
@@ -25,7 +25,6 @@ add_compile_options(-fPIC)
ad7d0c
 add_compile_options(-I${CMAKE_CURRENT_SOURCE_DIR}/Common)
ad7d0c
 add_compile_options(-I${CMAKE_CURRENT_BINARY_DIR}/Common)
ad7d0c
 add_compile_options(-g)
ad7d0c
-add_compile_options(-Werror)
ad7d0c
 if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 3.5)
ad7d0c
     add_compile_options(-Wno-unreachable-code)
ad7d0c
 endif ()