blob: 84b1f3c4b264fde2f7fad3c836e85361e8868f83 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- etc/cmake/compilers.cmake.orig 2022-01-04 06:55:25 UTC
+++ etc/cmake/compilers.cmake
@@ -31,7 +31,6 @@ macro(use_all_warnings TARGET_NAME)
target_compile_options(${TARGET_NAME} PRIVATE
# GCC-style compilers:
$<$<C_COMPILER_ID:GCC,Clang,AppleClang,Intel>:
- $<$<BOOL:${IGRAPH_WARNINGS_AS_ERRORS}>:-Werror>
-Wall -Wextra -pedantic
-Wno-unused-function -Wno-unused-parameter -Wno-sign-compare
>
|