Details
-
Task
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
3.4.3
-
None
-
Linux LibreELEC master with gcc 15-20241117
Description
Build error:
In file included from ../plugins/auth/dialog.c:23:
|
../include/ma_global.h:687:25: error: two or more data types in declaration specifiers
|
687 | typedef char bool; /* Ordinary boolean values 0 1 */
|
| ^~~~
|
../include/ma_global.h:687:1: error: useless type name in empty declaration [-Werror]
|
687 | typedef char bool; /* Ordinary boolean values 0 1 */
|
| ^~~~~~~
|
cc1: all warnings being treated as errors
|