From 1c92b3d7b9770f2ced2871f992293b2e311bd2eb Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Sat, 18 Jul 2020 14:15:39 +0200 Subject: [PATCH] Further fixes for GCC throwing warnings in external files. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e7670c3..306a7bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ if (WINDOWS) endif (WINDOWS) if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU") - add_compile_options(-Wno-error=cast-function-type -Wno-cast-function-type) + add_compile_options(-Wno-error=cast-function-type -Wno-cast-function-type -Werror=type-limits) endif () message(STATUS "Using: