You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Catena_FramStorage.h: In member function uint8_t McciCatena::cFramStorage::Object::setCurrent(uint8_t)Catena_FramStorage.h: 357:3: warning: no return statement in function returning non-void [-Wreturn-type]
Problem is that cFramStorage::setCurrent() should be declared as void.
The text was updated successfully, but these errors were encountered:
With some compilers we get warnings like this:
Problem is that
cFramStorage::setCurrent()
should be declared asvoid
.The text was updated successfully, but these errors were encountered: