]> git.puffer.fish Git - mirror/frr.git/commit
*: Allow returns to work with --enable-undefined-behavior 18731/head
authorDonald Sharp <sharpd@nvidia.com>
Mon, 28 Apr 2025 18:05:28 +0000 (14:05 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 28 Apr 2025 18:05:28 +0000 (14:05 -0400)
commitd7e19c604ffdcf12417528732589af388df3688c
treec0586c3395a61904624484be35a02d24c19dffa6
parent083893dfbb1847e5a700eafe9cb650728e1b48cd
*: Allow returns to work with --enable-undefined-behavior

If you have undefined behavior compilation checking gcc
starts to complain about a bunch of places that do not
have return's.  When most of them actually do and we
have the assert's to prove it.  I'm just doing this
to make the compiler happy for me, so I can continue
to do work.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
23 files changed:
bgpd/bgp_addpath.c
bgpd/bgp_route.c
bgpd/bgp_vty.c
bgpd/bgpd.c
bgpd/bgpd.h
bgpd/rfapi/rfapi_import.c
isisd/isis_adjacency.c
isisd/isis_pdu_counter.c
isisd/isisd.c
ldpd/lde_lib.c
lib/command_graph.c
lib/command_match.c
lib/ipaddr.h
lib/northbound.c
lib/prefix.c
pathd/path_cli.c
pathd/path_pcep_config.c
pathd/path_pcep_controller.c
pathd/path_pcep_debug.c
pathd/path_pcep_pcc.c
pathd/pathd.c
ripd/rip_nb_state.c
zebra/router-id.c