summarylogtreecommitdiffstats
path: root/010-openvino-disable-werror.patch
blob: 7ab185de01872ef71e32035c660140daadec09c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/plugins/intel_gpu/CMakeLists.txt
+++ b/src/plugins/intel_gpu/CMakeLists.txt
@@ -53,7 +53,7 @@ add_subdirectory(thirdparty)
 include(thirdparty/cmake/rapidjson.cmake)
 
 if(CMAKE_COMPILER_IS_GNUCXX)
-    ov_add_compiler_flags(-Werror)
+    #ov_add_compiler_flags(-Werror)
 endif()
 
 add_subdirectory(src/runtime)