From b048f22fb2c28e02c33f4444678af3311c70c916 Mon Sep 17 00:00:00 2001 From: Illia Silin <98187287+illsilin@users.noreply.github.com> Date: Tue, 2 Jan 2024 14:01:12 -0800 Subject: [PATCH] adding -Wno-switch-default compiler flag (#1115) [ROCm/composable_kernel commit: b268f273de0d60d8c385e1e88d3b1cfaa18f3d85] --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 240832998d..a65c90e15d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,6 +67,7 @@ endif() #for f8/bf8_t type add_compile_options(-Wno-bit-int-extension) add_compile_options(-Wno-pass-failed) +add_compile_options(-Wno-switch-default) if(DL_KERNELS) add_definitions(-DDL_KERNELS)