tools: b43-tools: fix compilation with GCC14
authorRobert Marko <robimarko@gmail.com>
Fri, 29 Mar 2024 17:57:03 +0000 (18:57 +0100)
committerRobert Marko <robimarko@gmail.com>
Sat, 30 Mar 2024 09:42:47 +0000 (10:42 +0100)
commit0c96d20bf9fba6d814efa88c6fb08a5df094103a
tree127ca8c16095c13cc617b197a9ac9c83b867bdea
parentd7d94a8d91bc1dc9dcedbe004021509871acac24
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.

Signed-off-by: Robert Marko <robimarko@gmail.com>
tools/b43-tools/Makefile