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

Resolve Warnings for mbed-os-examples #4548

Merged
merged 9 commits into from
Jul 7, 2017

Commits on Jun 15, 2017

  1. Typecasting to int to resolve warning:ARMmbed#68-D: integer conversio…

    …n resulted in a change of sign
    Deepika committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    818f82c View commit details
    Browse the repository at this point in the history
  2. moving static at the start to resolve warning:'static' is not at begi…

    …nning of declaration [-Wold-style-declaration]
    Deepika committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    9c9586a View commit details
    Browse the repository at this point in the history
  3. Resolving warning: ARMmbed#2524-D: #pragma pop with no matching #prag…

    …ma push : Pragma push for CC_ARM option is inside GNUC define, same hierarchy to be followed while pop
    Deepika committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    cc6de51 View commit details
    Browse the repository at this point in the history
  4. Added newline at end of file

    Deepika committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    8e1fe0a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35a4366 View commit details
    Browse the repository at this point in the history
  6. Resolving: unused variable 'mode' [-Wunused-variable]. mode is used t…

    …o determine kMCG_ModePEE in case of PEE to switch back manually as default after wakeup MCG is in PBE mode. this is required only when PEE mode is required
    Deepika committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    251fae3 View commit details
    Browse the repository at this point in the history
  7. Typecasting to resolve warning: integer conversion resulted in a chan…

    …ge of sign
    Deepika committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    9b5f5a5 View commit details
    Browse the repository at this point in the history
  8. Using size_t instead of integer type to resolve warning: comparison b…

    …etween signed and unsigned integer expressions
    Deepika committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    1ece5ff View commit details
    Browse the repository at this point in the history
  9. Resolved format warnings: format '%d' expects argument of type 'int',…

    … but argument 3 has type 'u32_t[-Wformat=]
    Deepika committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    7e9ea9c View commit details
    Browse the repository at this point in the history