diff options
author | Lioncash <mathew1800@gmail.com> | 2019-11-12 03:32:53 -0500 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-11-12 07:55:39 -0500 |
commit | 12dc918937467b2579b9e2738820c542ae4fdd4f (patch) | |
tree | 151f88bb38259f8bb92fe69d79f58f5fb3a78238 /src/core/gdbstub/gdbstub.cpp | |
parent | 86c397dd6e55202af02edd1606e4dcbdf64d0c8a (diff) |
kernel: Resolve sign conversion warnings
Uncovered a bug within Thread's SetCoreAndAffinityMask() where an
unsigned variable (ideal_core) was being compared against "< 0", which
would always be a false condition.
We can also get rid of an unused function (GetNextProcessorId) which contained a sign
mismatch warning.
Diffstat (limited to 'src/core/gdbstub/gdbstub.cpp')
0 files changed, 0 insertions, 0 deletions