You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): suppress sign-conversion warnings in AppleClang
Move the -Wno-sign-conversion flag from CI workflow to CMake
where it can be properly applied to all targets.
- Detect AppleClang specifically in CompilerOptions.cmake
- Add -Wno-sign-conversion for AppleClang to suppress warnings
from third-party libraries like RapidCheck
- Revert CI workflow change (no longer needed)
0 commit comments