blob: 701d3cf7def9253064ad111bfdf4092d9bb66fd8 (
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
)
# Set SYSTEM property on OpenVINO dependencies to suppress extra warnings from their headers
# when building via OPENVINO_EXTRA_MODULES
|