Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit c024c8b

Browse files
committed
Disable -Werror. Will fail with clang 8.0
1 parent 7eabe7b commit c024c8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/modules/DispatchCompilerWarnings.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ if("${CMAKE_C_SIMULATE_ID}" STREQUAL "MSVC")
55
endmacro()
66
else()
77
macro(dispatch_common_warnings)
8-
add_compile_options(-Werror)
98
add_compile_options(-Wall)
109
add_compile_options(-Wextra)
1110

0 commit comments

Comments
 (0)