-
Notifications
You must be signed in to change notification settings - Fork 3k
btle: fix build warning about unused clockConfiguration #9691
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
@naveenkaje, thank you for your changes. |
@naveenkaje, thank you for your changes. |
CI started |
Test run: SUCCESSSummary: 12 of 12 test jobs passed |
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.
100644 → 100755
Please fix the file attributes
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.
Why the change of permissions ? 100644 → 10075
Fix the following build warning seen with both GCC and ARM_CC [Warning] btle.cpp@115,0: ARMmbed#177-D: variable "clockConfiguration" was declared but never referenced
e188061
to
0563276
Compare
Thanks for catching this. I found out that my editor was secretly changing the permissions under cover. I have fixed it now. |
CI started |
Test run: SUCCESSSummary: 12 of 12 test jobs passed |
Description
Fix the following build warning seen with both GCC and ARM_CC (built with mbed-cli v1.8.3)
Pull request type