From 6b5c880d6a44b33de003804c6f4f2bc12cfdbaa6 Mon Sep 17 00:00:00 2001 From: AravindanC Date: Sun, 1 Oct 2023 13:32:27 -0700 Subject: [PATCH] SWDEV-424997 - Adding -Wno-option-ignored to hip catch test build Change-Id: Ia4d3d9ee3d5762ce2e8814afcc2846b88306c482 --- catch/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catch/CMakeLists.txt b/catch/CMakeLists.txt index 7d9b20496c..baca620efb 100644 --- a/catch/CMakeLists.txt +++ b/catch/CMakeLists.txt @@ -159,7 +159,7 @@ if (WIN32) endif() if(HIP_PLATFORM STREQUAL "amd") - add_compile_options(-Wall -Wextra -Werror -Wno-deprecated) + add_compile_options(-Wall -Wextra -Werror -Wno-deprecated -Wno-option-ignored) endif() cmake_policy(PUSH)