Remove -Werror

It is an annoying piece of garbage
This commit is contained in:
moneromooo-monero 2018-11-17 13:15:03 +00:00
parent d850e05b53
commit 707c2f836b
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
4 changed files with 2 additions and 15 deletions

View file

@ -599,9 +599,6 @@ else()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${ARCH_FLAG}")
set(WARNINGS "-Wall -Wextra -Wpointer-arith -Wundef -Wvla -Wwrite-strings -Wno-error=extra -Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-unused-variable -Wno-error=unused-variable -Wno-error=undef -Wno-error=uninitialized")
if(NOT MINGW)
set(WARNINGS_AS_ERRORS_FLAG "-Werror")
endif()
if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
if(ARM)
set(WARNINGS "${WARNINGS} -Wno-error=inline-asm")