Commit 64e4a90
committed
fix(ci): suppress sign-conversion warnings on macOS
Apple Clang with -Werror treats RapidCheck library's sign-conversion
warnings as errors. Suppress these warnings on macOS since they come
from third-party dependencies, not our code.1 parent cd2ad58 commit 64e4a90
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments