Remove type limit check for GCC.
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
37cf940001
commit
f1164f11a8
|
@ -18,7 +18,7 @@ if (WINDOWS)
|
||||||
endif (WINDOWS)
|
endif (WINDOWS)
|
||||||
|
|
||||||
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
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 ()
|
endif ()
|
||||||
|
|
||||||
message(STATUS "Using:
|
message(STATUS "Using:
|
||||||
|
|
Loading…
Reference in New Issue