mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
![]() Build is complaining: build 27-Aug-2024 05:46:38 mgmtd/mgmt_be_adapter.c: In function ‘mgmt_register_client_xpath’: build 27-Aug-2024 05:46:38 mgmtd/mgmt_be_adapter.c:274:27: warning: ‘maps’ may be used uninitialized [-Wmaybe-uninitialized] build 27-Aug-2024 05:46:38 274 | map = darr_append(*maps); build 27-Aug-2024 05:46:38 | ^ build 27-Aug-2024 05:46:38 mgmtd/mgmt_be_adapter.c:250:36: note: ‘maps’ was declared here build 27-Aug-2024 05:46:38 250 | struct mgmt_be_xpath_map **maps, *map; build 27-Aug-2024 05:46:38 | ^~~~ Let's make the compiler happy, even though there is no problem. Signed-off-by: Donald Sharp <sharpd@nvidia.com> |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
mgmt.c | ||
mgmt.h | ||
mgmt_be_adapter.c | ||
mgmt_be_adapter.h | ||
mgmt_be_nb.c | ||
mgmt_ds.c | ||
mgmt_ds.h | ||
mgmt_fe_adapter.c | ||
mgmt_fe_adapter.h | ||
mgmt_history.c | ||
mgmt_history.h | ||
mgmt_main.c | ||
mgmt_memory.c | ||
mgmt_memory.h | ||
mgmt_testc.c | ||
mgmt_txn.c | ||
mgmt_txn.h | ||
mgmt_vty.c | ||
subdir.am |