We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09242df commit 68bcfc5Copy full SHA for 68bcfc5
cmake/adjust_global_compile_flags.cmake
@@ -329,10 +329,6 @@ else()
329
# suppress warnings from flatbuffers
330
string(APPEND CMAKE_CXX_FLAGS " -Wno-restrict ")
331
string(APPEND CMAKE_C_FLAGS " -Wno-restrict ")
332
- if(onnxruntime_USE_XNNPACK)
333
- # https://github.com/google/XNNPACK/issues/7650
334
- string(APPEND CMAKE_C_FLAGS " -Wno-incompatible-pointer-types ")
335
- endif()
336
endif()
337
# Check support for AVX and f16c.
338
include(CheckCXXCompilerFlag)
0 commit comments