aboutsummaryrefslogtreecommitdiffstats
path: root/openvino/010-openvino-disable-werror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'openvino/010-openvino-disable-werror.patch')
-rw-r--r--openvino/010-openvino-disable-werror.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/openvino/010-openvino-disable-werror.patch b/openvino/010-openvino-disable-werror.patch
new file mode 100644
index 0000000..2a168ec
--- /dev/null
+++ b/openvino/010-openvino-disable-werror.patch
@@ -0,0 +1,13 @@
+--- a/src/plugins/intel_gpu/CMakeLists.txt
++++ b/src/plugins/intel_gpu/CMakeLists.txt
+@@ -46,10 +46,6 @@ set(INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/include")
+ add_subdirectory(thirdparty)
+ include(thirdparty/cmake/rapidjson.cmake)
+
+-if(CMAKE_COMPILER_IS_GNUCXX)
+- ov_add_compiler_flags(-Werror)
+-endif()
+-
+ add_subdirectory(src/runtime)
+ add_subdirectory(src/kernel_selector)
+ add_subdirectory(src/graph)