diff --git a/Meta/Lagom/CMakeLists.txt b/Meta/Lagom/CMakeLists.txt index b0ddcc1cd1..2fe6936d19 100644 --- a/Meta/Lagom/CMakeLists.txt +++ b/Meta/Lagom/CMakeLists.txt @@ -62,7 +62,7 @@ endif() include(wasm_spec_tests) -add_compile_options(-Wno-unknown-warning-option -Wno-literal-suffix) +add_compile_options(-Wno-unknown-warning-option -Wno-literal-suffix -Wno-implicit-const-int-float-conversion) add_compile_options(-O2) add_compile_options(-Wall -Wextra -Werror) add_compile_options(-fPIC -g)