Skip to content

Commit

Permalink
rust: one more skip flag for bindgen
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
  • Loading branch information
ojeda committed Jul 29, 2021
1 parent 2c1ff7f commit ba8fa5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba8fa5d

Please sign in to comment.