From 6d99b7b72efeb456447cf33ef12ad46218cecac6 Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Sun, 10 Oct 2021 22:14:54 +0200 Subject: [PATCH] Meta: Re-enable warnings for deprecated copies also for Lagom --- Meta/Lagom/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meta/Lagom/CMakeLists.txt b/Meta/Lagom/CMakeLists.txt index 3653907adc..20c81cb3e0 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 -Wno-deprecated-copy) +add_compile_options(-Wno-unknown-warning-option -Wno-literal-suffix) add_compile_options(-O2) add_compile_options(-Wall -Wextra -Werror) add_compile_options(-fPIC -g)