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

This commit is contained in:
Deukhoofd 2020-07-18 13:53:30 +02:00
parent 37cf940001
commit f1164f11a8
Signed by: Deukhoofd
GPG Key ID: ADF2E9256009EDCE
1 changed files with 1 additions and 1 deletions

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: