Remove error on warning to build SDK

This commit is contained in:
Julien Wadel 2020-02-17 16:30:50 +01:00
parent 4939b2236d
commit 9d4c95c9eb

View file

@ -110,7 +110,6 @@ if (NOT WIN32)
-Wcast-align \
-Wconversion \
-Wno-error=conversion \
-Werror=return-type \
-Wextra \
-Wfloat-equal \
-Winit-self \
@ -122,6 +121,7 @@ if (NOT WIN32)
-Wuninitialized \
-Wunused \
-Wno-error=float-equal \
-Wno-error \
")
if (NOT CMAKE_CXX_COMPILER_ID MATCHES "Clang")
set(CUSTOM_FLAGS "${CUSTOM_FLAGS} -Wlogical-op")