diff --git a/duct-tape/CMakeLists.txt b/duct-tape/CMakeLists.txt index 031e87e..9ab89bc 100644 --- a/duct-tape/CMakeLists.txt +++ b/duct-tape/CMakeLists.txt @@ -132,6 +132,7 @@ add_compile_options( -ffunction-sections -fdata-sections -Wno-incompatible-library-redeclaration + -Wno-error=int-conversion ) if (DSERVER_ASAN OR DSERVER_UBSAN)