wpisailbot / boat

Apache License 2.0
4 stars 2 forks source link

Fix strict compiler warning #17

Closed jkuszmaul closed 6 years ago

jsburklund commented 6 years ago

I'm not familiar enough with why this fixes the compiler warning. If it works, go ahead and merge it

jkuszmaul commented 6 years ago

For the record, this is fixing an unused parameter warning--when you comment out the name of the parameter, it means that you are deliberately not using it.