Skip to content

Commit 825af70

Browse files
committed
Suppress warnings on () inside repr(C) structs
See: rust-lang/rust#113436
1 parent eecdf9b commit 825af70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ permissions:
1010

1111
env:
1212
RUST_BACKTRACE: full
13-
RUSTFLAGS: -Dwarnings
13+
# Workaround: https://github.com/rust-lang/rust/issues/113436
14+
RUSTFLAGS: -Dwarnings -Aimproper-ctypes-definitions
1415

1516
jobs:
1617
test:

0 commit comments

Comments
 (0)