Skip to content
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

TRNG implementation for NUMAKER_PFM_NUC472 with GCC throws compilation warnings #3337

Closed
andresag01 opened this issue Nov 29, 2016 · 4 comments

Comments

@andresag01
Copy link

Description

  • Type: Bug
  • Priority: Minor

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]

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:

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

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 29, 2016

@ccli8

@cyliangtw
Copy link
Contributor

Fix it in PR #3434

@cyliangtw
Copy link
Contributor

@andresag01
@0xc0170
PR#3434 was accepted and merged.
So, please closed it.

@bridadan
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants