From 861a165961432a1d1e60d41a74d3949e2a8b9524 Mon Sep 17 00:00:00 2001 From: Konstantin Baladurin Date: Tue, 20 Dec 2022 15:37:08 +0300 Subject: [PATCH] Ubuntu 22.04 support Change-Id: Iaec8dbffa49420ab603f0022518c6822fa9eabfb Signed-off-by: Konstantin Baladurin --- tests/compiler/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/compiler/CMakeLists.txt b/tests/compiler/CMakeLists.txt index f8338b5e0..c8c1efa1d 100644 --- a/tests/compiler/CMakeLists.txt +++ b/tests/compiler/CMakeLists.txt @@ -54,7 +54,7 @@ if(NOT PANDA_MINIMAL_VIXL AND PANDA_TARGET_AMD64) list(APPEND PANDA_CODEGEN_ECMA_TESTS_SOURCES codegen_ecma_test.cpp ) - set_source_files_properties(codegen_ecma_test.cpp PROPERTIES COMPILE_FLAGS -Wno-shadow) + set_source_files_properties(codegen_ecma_test.cpp PROPERTIES COMPILE_FLAGS "-Wno-shadow -Wno-deprecated-declarations") endif() panda_add_gtest( -- Gitee