pokitto / PokittoLib

Library for making programs on Pokitto hardware
22 stars 16 forks source link

Fix warnings in PokittoCookie.cpp #60

Closed Pharap closed 5 years ago

Pharap commented 5 years ago

Fixes three warnings of the type: warning: control reaches end of non-void function [-Wreturn-type]

These warnings are potentially serious because they result in undefined behaviour. I.e. the return values are indeterminate.