From 3726a1730e60242a27770c2153aa76cf3da75fb2 Mon Sep 17 00:00:00 2001 From: Illia Silin <98187287+illsilin@users.noreply.github.com> Date: Tue, 19 Dec 2023 07:15:24 -0800 Subject: [PATCH] add -Wno-pass-failed compiler flag (#1105) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e4b9d8d4b..6fc22b18af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,6 +61,7 @@ endif() #for f8/bf8_t type add_compile_options(-Wno-bit-int-extension) +add_compile_options(-Wno-pass-failed) if(DL_KERNELS) add_definitions(-DDL_KERNELS)