-
Notifications
You must be signed in to change notification settings - Fork 59
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 GCC warnings #84
base: master
Are you sure you want to change the base?
Fix GCC warnings #84
Conversation
These changes look good, thanks! Do you mind squashing the commits together? I'm generally in favor of as granular commits as possible, but one commit per line change seems a little excessive :) (I can also just merge with squash if you prefer that, but you won't have control over the final commit message if I do it that way.) |
Yes could you please merge with squash for me thanks! I haven't done squashing before and I'll probably mess it up 🙂 |
This PR fixes the warnings in BL602 HAL generated by
xpack-riscv-none-embed-gcc 8.3.0-2.3
when building for Mynewt OS. The warnings were due to buffer overflow, mismatched types, missing declarations and variables set but not used.