mark.yang 41723a2a7d
xmlrpc-c: fix build with gcc-15.0.1
* Fix build error with gcc-15.0.1
  http://errors.yoctoproject.org/Errors/Details/850147/
    srcdir/lib/util/include/bool.h:13:5: error: cannot use keyword 'false' as enumeration constant
    13 |     false = 0,
        |     ^~~~~
    srcdir/lib/util/include/bool.h:13:5: note: 'false' is a keyword with '-std=c23' onwards
    srcdir/lib/util/include/bool.h:15:3: error: expected ';', identifier or '(' before 'bool'
    15 | } bool;
        |   ^~~~
    srcdir/lib/util/include/bool.h:15:3: warning: useless type name in empty declaration
    In file included from sleep.c:2:
    srcdir/lib/util/include/bool.h:13:5: error: cannot use keyword 'false' as enumeration constant
    13 |     false = 0,
        |     ^~~~~
    srcdir/lib/util/include/bool.h:13:5: note: 'false' is a keyword with '-std=c23' onwards
    srcdir/lib/util/include/bool.h:15:3: error: expected ';', identifier or '(' before 'bool'
    15 | } bool;
        |   ^~~~

  gcc-15 switched to -std=c23 by default.
  https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=55e3bd376b2214e200fa76d12b67ff259b06c212

Signed-off-by: mark.yang <mark.yang@lge.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-04-01 22:33:45 -07:00
..
2025-03-28 10:28:12 -07:00
2025-02-27 20:28:17 +00:00
2024-06-27 09:19:06 -07:00
2025-01-14 08:52:03 -08:00
2023-02-01 09:28:47 -08:00
2025-03-12 08:15:43 -07:00
2024-02-09 09:52:12 -08:00
2024-05-23 08:44:44 -07:00
2025-03-27 17:05:45 -07:00
2025-02-03 13:03:24 -08:00
2025-03-25 09:33:51 -07:00
2024-07-28 00:00:31 -07:00
2023-12-21 08:20:34 -08:00
2025-01-24 18:20:00 -08:00
2025-03-08 15:06:11 -08:00
2024-02-09 09:52:12 -08:00
2025-02-14 20:27:17 -08:00
2025-03-31 14:42:07 -07:00
2025-01-29 17:43:04 -08:00
2023-03-17 07:06:55 -07:00
2023-06-14 09:41:35 -07:00
2025-04-01 09:21:23 -07:00
2024-07-25 07:58:08 -07:00
2025-02-10 08:45:37 -08:00
2022-06-30 13:39:27 -04:00
2025-03-18 11:30:45 -07:00
2025-03-11 19:35:32 -07:00
2025-03-25 09:33:53 -07:00
2025-02-26 08:30:52 -08:00
2024-02-09 09:52:12 -08:00
2025-03-11 17:17:21 -07:00
2025-01-14 08:52:05 -08:00
2024-02-09 09:52:12 -08:00
2024-06-07 09:11:54 -07:00
2025-02-04 10:14:37 -08:00
2024-12-13 07:54:45 -08:00
2024-12-24 08:23:09 -08:00
2024-12-27 09:21:42 -08:00
2025-02-26 08:30:56 -08:00
2024-04-19 14:31:31 -07:00
2025-01-20 20:20:26 -08:00