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>
Tue, 23 Apr 2024 10:36:22 +0000 (12:36 +0200)
commita48786ef4034d9905357c44d09caba3303eb28d2
tree3f54d106467389cf91b0bad886ac7e81f8f1bc61
parent82ba1d26357fe005da6a71c10f75d83227af299c
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