From f0ccdd1036db61cd235a191c3b74781bbd906331 Mon Sep 17 00:00:00 2001 From: arvindcheru <90783369+arvindcheru@users.noreply.github.com> Date: Fri, 14 Jul 2023 20:00:20 -0400 Subject: [PATCH] Disable Werror to ignore xnack+ warnings (#794) * Disable Werror to ignore xnack+ warnings [ROCm/composable_kernel commit: 03d3395b3cb70e6a47d0c1774dbeb258e6b29aad] --- cmake/EnableCompilerWarnings.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/EnableCompilerWarnings.cmake b/cmake/EnableCompilerWarnings.cmake index 369cd0b54c..66139cc710 100644 --- a/cmake/EnableCompilerWarnings.cmake +++ b/cmake/EnableCompilerWarnings.cmake @@ -67,6 +67,7 @@ else() -Wunused -Wno-reserved-identifier -Werror + -Wno-option-ignored -Wsign-compare -Wno-extra-semi-stmt )