CougarProgramming623 / InfiniteRecharge

First Robotics Challenge 2020
https://cougarrobotics.org/
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Fix warnings in Formatter.cpp #26

Open TroyNeubauer opened 4 years ago

TroyNeubauer commented 4 years ago

Currently GCC complains that the value return from fwrite is never used. https://github.com/CougarProgramming623/InfiniteRecharge/blob/d923cc1d0eec824c2158225605610cfe3c1a1b64/src/main/cpp/ohs/Formatter.cpp#L184

This is a low priority issue as we never really use logging to files on the roborio and even if we do unless there is some kind of error its inconsequential anyway. I run the same code on desktop and it works fine, although we should get the project in a 0 warning state soon