flipper-io / flipper

Flipper is a development platform that can be controlled from any programming language.
https://www.flipper.io/
Apache License 2.0
72 stars 15 forks source link

Lots of warnings when building Console / Rust Bindings. #108

Open georgemorgan opened 6 years ago

georgemorgan commented 6 years ago

@nicholastmosher, I am doing a sweep to get rid of warnings. There are a lot of warnings when building the console and rust bindings and it would be nice if we could silence those.

nicholastmosher commented 6 years ago

Alright. I've been working on cutting these down already, but most of these stem from unused/unimplemented code paths in each of these projects. I'm going to make a run through and remove a lot of those and take notes so we can add them in later when we get around to fully implementing each piece.

georgemorgan commented 6 years ago

Great, thanks! 👍