We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-Wcast-function-type
1 parent a9e42a9 commit 4e1f84fCopy full SHA for 4e1f84f
rust/Makefile
@@ -208,7 +208,7 @@ bindgen_skip_c_flags := -mno-fp-ret-in-387 -mpreferred-stack-boundary=% \
208
-Wno-stringop-truncation -Wno-unused-but-set-variable \
209
-Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized \
210
-Werror=designated-init -Wno-zero-length-bounds -Wimplicit-fallthrough=% \
211
- -Wno-alloc-size-larger-than \
+ -Wno-alloc-size-larger-than -Wcast-function-type \
212
--param=% --param asan-%
213
214
# Derived from `scripts/Makefile.clang`
0 commit comments