mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 12:18:12 +00:00
pathd: Make pathd happy with clang-16
Signed-off-by: Donald Sharp <donaldsharp72@gmail.com>
This commit is contained in:
parent
103372fd75
commit
d038abcc25
@ -162,7 +162,7 @@ bool path_ted_is_initialized(void)
|
|||||||
*
|
*
|
||||||
* @return Ptr to ted or NULL
|
* @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);
|
struct ls_ted *ted = ls_ted_new(TED_KEY, TED_NAME, TED_ASN);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user