On Tue, 25 Nov 2025 at 15:46, Stephen Hemminger <[email protected]> wrote: > > With latest glibc (Fedora Rawhide): > ../drivers/bus/fslmc/fslmc_bus.c: In function ‘rte_fslmc_parse’: > ../drivers/bus/fslmc/fslmc_bus.c:298:15: error: assignment discards ‘const’ > qualifier from pointer target type [-Werror=discarded-qualifiers] > 298 | t_ptr = strchr(sep, '.'); > | ^ > Fixes: e67a61614d0b ("bus/fslmc: support device iteration") > > Signed-off-by: Stephen Hemminger <[email protected]>
This build warning can be seen in OBS builds. Acked-by: David Marchand <[email protected]> -- David Marchand

