test-server-libev: disable Werror just on server-libev.c to workaround libev dirt
This commit is contained in:
parent
0e222ab084
commit
0b629d4037
1 changed files with 2 additions and 0 deletions
|
@ -1270,6 +1270,8 @@ if (NOT LWS_WITHOUT_TESTAPPS)
|
|||
""
|
||||
""
|
||||
"")
|
||||
# libev generates a big mess of warnings with gcc, maintainers blame gcc
|
||||
set_source_files_properties( test-server/test-server-libev.c PROPERTIES COMPILE_FLAGS "-Wno-error" )
|
||||
endif()
|
||||
if (NOT ((CMAKE_C_COMPILER_ID MATCHES "Clang") OR (CMAKE_CXX_COMPILER_ID MATCHES "Clang"))
|
||||
AND LWS_WITH_LIBUV)
|
||||
|
|
Loading…
Add table
Reference in a new issue