summarylogtreecommitdiffstats
path: root/020-intel-npu-compiler-disable-werror.patch
blob: a8913b513cf4543b3f3d328235a79e62e64e6044 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/cmake/compile_options.cmake
+++ b/cmake/compile_options.cmake
@@ -114,7 +114,7 @@ function(enable_warnings_as_errors TARGET_NAME)
     else()
         target_compile_options(${TARGET_NAME}
             PRIVATE
-                -Wall -Wextra -Werror -Werror=suggest-override
+                -Wall -Wextra #-Werror -Werror=suggest-override
         )
     endif()
 endfunction()