Remove type limit check for GCC.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-07-18 13:53:30 +02:00
parent 37cf940001
commit f1164f11a8

View File

@@ -18,7 +18,7 @@ if (WINDOWS)
endif (WINDOWS)
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
add_compile_options(-Wno-error=cast-function-type)
add_compile_options(-Wno-error=cast-function-type -Wno-error=type-limits)
endif ()
message(STATUS "Using: