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

Default to stricter warning flags in CMakeLists.txt #9456

Open
wants to merge 4 commits into
base: development
Choose a base branch
from

Commits on Aug 6, 2024

  1. Added -std=c99 -pedantic to CMAKE_C_FLAGS

    Signed-off-by: Sam Berry <sam.berry@arm.com>
    sezrab committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    540816b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Added casts to dlopen.c for portability.

    Fixes pointer conversion errors introduced from -Wpedantic -Werror
    
    Signed-off-by: Sam Berry <sam.berry@arm.com>
    sezrab committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ed7d91e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Added cast to metatest.c

    Fixes warning (now (error) where format specifies type 'void *' but the
    argument has type 'volatile char *'
    
    Signed-off-by: Sam Berry <sam.berry@arm.com>
    sezrab committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c19fc28 View commit details
    Browse the repository at this point in the history
  2. Added cast in test_suite_platform.function

    Signed-off-by: Sam Berry <sam.berry@arm.com>
    sezrab committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    91fa58f View commit details
    Browse the repository at this point in the history