We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TRNG implementation for NUMAKER_PFM_NUC472 with GCC throws compilation warnings:
[Warning] trng_api.c@89,27: comparison between signed and unsigned integer expressions [-Wsign-compare]
Target NUMAKER_PFM_NUC472
Toolchain: GCC_ARM
Toolchain version: 5.4.1 20160609
mbed-cli version: 0.9.10
meed-os sha: fc1f439 Merge pull request #3323 from andreaslarssonublox/ublox_odin_w2_drivers_update
Expected behavior There should be no warnings
Actual behavior Compiler outputs:
Compile [ 97.5%]: trng_api.c [Warning] trng_api.c@89,27: comparison between signed and unsigned integer expressions [-Wsign-compare]
Steps to reproduce mbed compile -m NUMAKER_PFM_NUC472 -t GCC_ARM
The text was updated successfully, but these errors were encountered:
@ccli8
Sorry, something went wrong.
Fix it in PR #3434
@andresag01 @0xc0170 PR#3434 was accepted and merged. So, please closed it.
I'll go ahead and close this per @cyliangtw's recommendation. @andresag01 if you find the issue hasn't been resolved please reopen the issue.
No branches or pull requests
Description
TRNG implementation for NUMAKER_PFM_NUC472 with GCC throws compilation warnings:
Bug
Target
NUMAKER_PFM_NUC472
Toolchain:
GCC_ARM
Toolchain version:
5.4.1 20160609
mbed-cli version:
0.9.10
meed-os sha:
fc1f439 Merge pull request #3323 from andreaslarssonublox/ublox_odin_w2_drivers_update
Expected behavior
There should be no warnings
Actual behavior
Compiler outputs:
Steps to reproduce
mbed compile -m NUMAKER_PFM_NUC472 -t GCC_ARM
The text was updated successfully, but these errors were encountered: