Unverified Commit b268f273 authored by Illia Silin's avatar Illia Silin Committed by GitHub
Browse files

adding -Wno-switch-default compiler flag (#1115)

parent 0e07dfde
......@@ -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)
......
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