On Mon, Feb 16, 2026 at 12:07:49PM +0000, Rudi Heitbaum via Openvpn-devel wrote: > Since glibc-2.43: > > For ISO C23, the functions bsearch, memchr, strchr, strpbrk, strrchr, > strstr, wcschr, wcspbrk, wcsrchr, wcsstr and wmemchr that return pointers > into their input arrays now have definitions as macros that return a > pointer to a const-qualified type when the input argument is a pointer > to a const-qualified type. > > fixes: > src/openvpn/ntlm.c: In function 'ntlm_phase_3': > src/openvpn/ntlm.c:241:15: warning: assignment discards 'const' qualifier > from pointer target type [-Wdiscarded-qualifiers] > 241 | separator = strchr(p->up.username, '\\'); > | ^ > > Signed-off-by: Rudi Heitbaum <[email protected]> > --- > src/openvpn/ntlm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Frank Lichtenheld <[email protected]> https://gerrit.openvpn.net/c/openvpn/+/1546 Regards, -- Frank Lichtenheld _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
