hyperlane-xyz / fuel-contracts

5 stars 2 forks source link

Address compile warnings #87

Open tkporter opened 1 year ago

tkporter commented 1 year ago

We have a number of warnings that should either be addressed or ignored. Atm, there's no way to ignore warnings, even if it's something we want: stuff like intentionally downcasting from u64 -> u32 and safely experiencing a loss of precision, etc.

We should just clean this up