From 430727cc8d74630f9d1c407befbf8048251b9078 Mon Sep 17 00:00:00 2001 From: Ahmed Hesham <117350656+ahesham-arm@users.noreply.github.com> Date: Thu, 31 Jul 2025 12:24:51 +0100 Subject: [PATCH] Enable -Wnarrowing in Vulkan test suite (#2469) --- test_conformance/common/vulkan_wrapper/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test_conformance/common/vulkan_wrapper/CMakeLists.txt b/test_conformance/common/vulkan_wrapper/CMakeLists.txt index 42397998..f392f9c4 100644 --- a/test_conformance/common/vulkan_wrapper/CMakeLists.txt +++ b/test_conformance/common/vulkan_wrapper/CMakeLists.txt @@ -8,7 +8,6 @@ set(VULKAN_WRAPPER_SOURCES # needed by Vulkan wrapper to compile set(CMAKE_COMPILE_WARNING_AS_ERROR OFF) add_cxx_flag_if_supported(-Wmisleading-indentation) -add_cxx_flag_if_supported(-Wno-narrowing) add_cxx_flag_if_supported(-Wno-format) add_cxx_flag_if_supported(-Wno-error) add_cxx_flag_if_supported(-Wno-error=cpp) # Allow #warning directive