From ba8fa5d74907a61357e909e5079a124e0190f702 Mon Sep 17 00:00:00 2001 From: Miguel Ojeda Date: Thu, 29 Jul 2021 18:57:46 +0200 Subject: [PATCH] rust: one more skip flag for `bindgen` Signed-off-by: Miguel Ojeda --- rust/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Makefile b/rust/Makefile index 233b8f365482e4..60f97b3d357437 100644 --- a/rust/Makefile +++ b/rust/Makefile @@ -202,7 +202,7 @@ bindgen_skip_c_flags := -mno-fp-ret-in-387 -mpreferred-stack-boundary=% \ -Wno-packed-not-aligned -Wno-format-truncation -Wno-format-overflow \ -Wno-stringop-truncation -Wno-unused-but-set-variable \ -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized \ - -Werror=designated-init -Wno-zero-length-bounds \ + -Werror=designated-init -Wno-zero-length-bounds -Wimplicit-fallthrough=% \ --param=% --param asan-% # PowerPC