Commit: 4d60826865c760cc4e5718b6414746a394768110
Parent: da5b5b0ecb1ead38676768ef78d46449d404bdc0
Author: Rudi Heitbaum <rudi@heitbaum.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2024-11-20 16:47:42
Tree: 059d71a666e6528d3eb4c14ec49eda8c9bc67078

shared/shell: 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/shell.c:365:24: error: incompatible types when returning type '_Bool' but 'struct input *' was expected 365 | return false; | ^~~~~

Diffstat

M src/shared/shell.c | 2 +-

1 files changed, 1 insertions(+), 1 deletions(-)

View Full Diff | Patch