Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compile warnings in FramStorage #143

Closed
terrillmoore opened this issue Apr 13, 2019 · 0 comments
Closed

Fix compile warnings in FramStorage #143

terrillmoore opened this issue Apr 13, 2019 · 0 comments
Assignees
Labels

Comments

@terrillmoore
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant