src: fix shadowed local variables
authorÁlvaro Fernández Rojas <[email protected]>
Fri, 28 Nov 2025 07:32:10 +0000 (08:32 +0100)
committerÁlvaro Fernández Rojas <[email protected]>
Fri, 28 Nov 2025 07:32:10 +0000 (08:32 +0100)
commita170d63874f279d4bf48995a19285d7c7e7ad361
treeb869a1b7481982c60696b80c03a1542c49225325
parent7336992e68663ea2779cd3c9d9e67e76aed80fcd
src: fix shadowed local variables

Fix shadowed local variables and enable warning to prevent more shadowed
variables in the future.

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
CMakeLists.txt
src/config.c
src/dhcpv4.c
src/dhcpv6-ia.c
src/dhcpv6.c
src/dhcpv6.h
src/router.c