"docs/source/en/vscode:/vscode.git/clone" did not exist on "4d3b4e00edb76abf928bb651e31f29f34d4287b7"
Unverified Commit 3726a173 authored by Illia Silin's avatar Illia Silin Committed by GitHub
Browse files

add -Wno-pass-failed compiler flag (#1105)

parent 12a8883c
...@@ -61,6 +61,7 @@ endif() ...@@ -61,6 +61,7 @@ endif()
#for f8/bf8_t type #for f8/bf8_t type
add_compile_options(-Wno-bit-int-extension) add_compile_options(-Wno-bit-int-extension)
add_compile_options(-Wno-pass-failed)
if(DL_KERNELS) if(DL_KERNELS)
add_definitions(-DDL_KERNELS) add_definitions(-DDL_KERNELS)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment