Reviewed-by: Chengwen Feng <[email protected]> On 11/28/2025 9:56 PM, David Marchand wrote: > With latest glibc (Fedora Rawhide): > ../app/proc-info/main.c: In function 'collectd_resolve_cnt_type': > ../app/proc-info/main.c:689:26: warning: initialization discards > 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] > 689 | char *type_end = strrchr(cnt_name, '_'); > | ^~~~~~~ > > Fixes: 2deb6b5246d7 ("app/procinfo: add collectd format and host id") > Cc: [email protected] > > Signed-off-by: David Marchand <[email protected]>
- [PATCH 1/7] bus/ifpga: fix const pointer in device name pa... David Marchand
- [PATCH 2/7] bus/uacce: fix const pointer in device matchin... David Marchand
- [PATCH 3/7] drivers: fix some const pointers in qat driver... David Marchand
- [PATCH 4/7] crypto/caam_jr: fix const pointer in UIO filen... David Marchand
- RE: [PATCH 4/7] crypto/caam_jr: fix const pointer in ... Hemant Agrawal
- [PATCH 5/7] net/enetfec: fix const pointer in UIO filename... David Marchand
- RE: [PATCH 5/7] net/enetfec: fix const pointer in UIO... Hemant Agrawal
- [PATCH 6/7] net/memif: fix const pointer in socket check David Marchand
- [PATCH 7/7] app/procinfo: fix const pointer in collectd fo... David Marchand
- Re: [PATCH 7/7] app/procinfo: fix const pointer in co... fengchengwen
- Re: [PATCH 0/7] Fixes for Fedora Rawhide Thomas Monjalon

