summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/intel-neo/files/intel-neo-20.37.17906-no_Werror.patch')
-rw-r--r--dev-libs/intel-neo/files/intel-neo-20.37.17906-no_Werror.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-libs/intel-neo/files/intel-neo-20.37.17906-no_Werror.patch b/dev-libs/intel-neo/files/intel-neo-20.37.17906-no_Werror.patch
new file mode 100644
index 000000000000..aaa34012096d
--- /dev/null
+++ b/dev-libs/intel-neo/files/intel-neo-20.37.17906-no_Werror.patch
@@ -0,0 +1,10 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -801,7 +801,6 @@
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-noexcept-type") # Added for gtest
+ endif()
+ endif()
+- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror")
+ endif()
+
+ # Compile code with defenses enabled (settings to be used for production release code)