From d038abcc2594b10e70f4cebc5e257cb119887cb8 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 26 Oct 2022 07:39:14 -0400 Subject: [PATCH] pathd: Make pathd happy with clang-16 Signed-off-by: Donald Sharp --- pathd/path_ted.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pathd/path_ted.c b/pathd/path_ted.c index 316255a97e..bb04d285c9 100644 --- a/pathd/path_ted.c +++ b/pathd/path_ted.c @@ -162,7 +162,7 @@ bool path_ted_is_initialized(void) * * @return Ptr to ted or NULL */ -struct ls_ted *path_ted_create_ted() +struct ls_ted *path_ted_create_ted(void) { struct ls_ted *ted = ls_ted_new(TED_KEY, TED_NAME, TED_ASN); -- 2.39.5