Parent: 5c65356cae64ddbc95210deb36ee66430645edf8
Author: Rudi Heitbaum <rudi@heitbaum.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2024-11-20 16:45:23
Tree: f74e861ca1a5b8da3a32d72449762b3ddaae7ad3
shared/ad: fix -std=c23 build failure gcc-15 switched to -std=c23 by default: https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=55e3bd376b2214e200fa76d12b67ff259b06c212 As a result `bluez` fails the build as: src/shared/ad.c:1090:24: error: incompatible types when returning type '_Bool' but 'const char *' was expected 1090 | return false; | ^~~~~
Diffstat
| M | src/shared/ad.c | | | 2 | +- |
1 files changed, 1 insertions(+), 1 deletions(-)