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

[22.03] tools: b43-tools: fix compilation with GCC14 #15309

Merged
merged 1 commit into from
Apr 28, 2024

Commits on Apr 28, 2024

  1. tools: b43-tools: fix compilation with GCC14

    GCC14 no longer treats integer types and pointer types as equivalent in
    assignments (including implied assignments of function arguments and return
    values), and instead fails the compilation with a type error.
    
    So, as a workaround lets disable the newly introduced error
    -Werror=int-conversion and just make it print a warning to enable compiling
    with GCC14 as Fedora 40 now defaults to it.
    
    (cherry picked from commit 0c96d20)
    Link: openwrt#15309
    Signed-off-by: Robert Marko <robimarko@gmail.com>
    robimarko committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    5f07510 View commit details
    Browse the repository at this point in the history