diff --git a/tests/compiler/CMakeLists.txt b/tests/compiler/CMakeLists.txt index f8338b5e07e17784abd5766b61923387ae070056..c8c1efa1db5270dd9a97569b4db9eb664a79c6b2 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(