blob: 2a70c4fcd666899fcdf1f72439297a215741132c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/cmake/compile_options.cmake
+++ b/cmake/compile_options.cmake
@@ -91,7 +91,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()
|