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
Note:
- `-Wimplicit` is already turned on by `-Wall`, but `-Wimplicit-fallthrough` is
not on by default.
- `-Wpedantic` is a good thing.
- `-Wshift-sign-overflow` protects against a dangerous shift scenario.
- All open source libraries that depend on CICD currently compile cleanly with
these warnings.
0 commit comments