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

Logging: Fix issues that leads to failures when compiling for C++ #34516

Merged
merged 3 commits into from
Apr 27, 2021

Commits on Apr 26, 2021

  1. logging: Macro cleanup to fix cpp warnings

    Cleanup to fix warnings coming from c++ compilation.
    
    Signed-off-by: Krzysztof Chruscinski <[email protected]>
    nordic-krch committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    12c52f7 View commit details
    Browse the repository at this point in the history
  2. lib: os: cbprintf: Prevent using _Generic in C++

    Add guard to not use C11 specific feature when in C++.
    
    Signed-off-by: Krzysztof Chruscinski <[email protected]>
    nordic-krch committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    8fd78d4 View commit details
    Browse the repository at this point in the history
  3. logging: Fix casting related C++ warnings

    Fixed C++ warnings coming from implicit casting.
    
    Signed-off-by: Krzysztof Chruscinski <[email protected]>
    nordic-krch committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    64e33af View commit details
    Browse the repository at this point in the history