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
Deny warnings on CI to keep codebase warning-free (#394)
* Deny warnings on CI to keep codebase warning-free
There's a ton of platforms here that we compile for and so it's only
really all covered on CI. To help keep warnings out for everyone let's
deny warnings on CI.
* Fix a warning in dylib-dep
No need to care much about FFI representation here since we control both
sides.
* Squash an elided lifetime warning
* Try to fix an extern crate warning
* Squash a windows warning
* Really squash unused crate
* Fix a serde warning
* Fix cpp-demangle formatter warnings
* Try to handle dead code a bit better
* Fix a warning found in tests
0 commit comments