From de65519132126db2c2166cdf5af5f12e61652419 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 17 May 2021 13:12:04 +0400 Subject: [PATCH] Fix build of mallocng. --- external/mallocng/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/external/mallocng/CMakeLists.txt b/external/mallocng/CMakeLists.txt index 34b97ed..cfe42a8 100644 --- a/external/mallocng/CMakeLists.txt +++ b/external/mallocng/CMakeLists.txt @@ -24,6 +24,11 @@ PRIVATE glue.h ) +target_compile_options(external_mallocng +PRIVATE + -Wno-unused-value +) + target_include_directories(external_mallocng PRIVATE ${mallocng_loc}