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

Compiler warning at /kernel/sched.c #10803

Closed
spoorthik opened this issue Oct 24, 2018 · 0 comments
Closed

Compiler warning at /kernel/sched.c #10803

spoorthik opened this issue Oct 24, 2018 · 0 comments
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug

Comments

@spoorthik
Copy link
Contributor

Log:

/home/kspoorth/work/latest_zephyr/kernel/sched.c: In function '_reschedule':
/home/kspoorth/work/latest_zephyr/kernel/sched.c:448:9: warning: 'return' with a value, in function returning void
  return _Swap(key);
         ^

It is good to get rid of this as it would be an issue while building with compiler warnings being treated as errors.

@spoorthik spoorthik self-assigned this Oct 24, 2018
@spoorthik spoorthik added the bug The issue is a bug, or the PR is fixing a bug label Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

No branches or pull requests

1 participant