Skip to content

Fix compile warnings in FramStorage #143

Closed
@terrillmoore

Description

@terrillmoore

With some compilers we get warnings like this:

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions