Skip to content

Add '-Wno-error=incompatible-function-pointer-types' c flag for Clang compatibility

Yannick Inizan requested to merge (removed):master into master

Clang 16 is more restrictive. We must add this flag, otherwise the compilation fails.

see https://discourse.llvm.org/t/clang-16-notice-of-potentially-breaking-changes/65562

Merge request reports