Robert Marko 5f07510cdc 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 0c96d20bf9fba6d814efa88c6fb08a5df094103a)
Link: https://github.com/openwrt/openwrt/pull/15309
Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-04-28 11:31:02 +02:00
..
2022-02-24 15:36:28 +01:00
2023-09-27 17:30:45 +02:00
2023-04-27 21:02:10 +02:00
2022-12-06 23:29:14 +01:00
2022-03-13 19:24:13 +01:00
2018-11-25 19:23:03 +01:00
2019-07-08 16:42:26 +02:00
2023-09-27 17:30:45 +02:00
2020-03-14 13:20:06 +00:00
2021-10-21 20:37:20 +01:00
2023-09-27 17:30:45 +02:00
2021-09-20 15:21:17 +02:00
2022-10-03 19:51:50 +02:00
2022-03-01 00:08:08 +01:00
2020-11-21 18:49:27 +01:00
2020-08-23 19:40:32 +02:00
2023-09-27 17:30:45 +02:00
2022-04-15 14:12:18 +01:00
2020-09-02 16:29:22 +02:00
2022-02-25 14:12:39 +01:00
2021-09-20 15:21:17 +02:00
2021-09-20 15:21:17 +02:00
2021-09-05 21:26:48 +02:00
2020-04-09 22:09:13 +02:00
2023-09-27 17:30:45 +02:00
2022-03-01 00:08:08 +01:00
2023-11-21 00:38:36 +01:00