-
Notifications
You must be signed in to change notification settings - Fork 3k
ONME-3113: Fix GCC_ARM and ARM compiler warnings from mbed-mesh-api #4738
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
Conversation
Warning ARMmbed#1300-D: inherits implicit virtual - Adding the virtual keyword in the derived class prevents the warning Warning #1-D: last line of file ends without a newline - New line added at the end of file Warning ARMmbed#997-D: function "MeshInterfaceNanostack::initialize(NanostackPhy *)" is hidden by "ThreadInterface::initialize" -- virtual function override intended? - virtual keyword removed from "MeshInterfaceNanostack::initialize" Warning ARMmbed#1300-D: inherits implicit virtual - Adding the virtual keyword in the derived class prevents the warning
How can I restart the Cam-CI uvisor Build & Test? |
retest uvisor |
1 similar comment
retest uvisor |
@geky Could you review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks fine to me
Thanks! |
/morph test-nightly |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputTest failed! |
Does not seem to relate to this one.. |
/morph test-nightly |
Result: ABORTEDYour command has finished executing! Here's what you wrote!
OutputBuild failed! |
Waiting for one fix to resolve a build error, will restart CI once that is done (thus aborted) |
/morph test-nightly |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputTest failed! |
/morph test-nightly |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
This PR replaces the #4678 by limiting the scope for files that our team maintains.
I squashed two of @KariHaapalehto commits together and submitted as a new PR.
Description
Fix some compiler warnings from mesh-api
Status
READY
Migrations
NO