* lib/fstrcmp.c (fstrcmp_bounded): Omit unnecessary cast
of uintptr_t to uintptr_t.
2026-05-08 Paul Eggert <eggert@cs.ucla.edu>
+ fstrcmp: pacify -Wuseless-cast
+ * lib/fstrcmp.c (fstrcmp_bounded): Omit unnecessary cast
+ of uintptr_t to uintptr_t.
+
argp: pacify -Wuseless-cast
* lib/argp-help.c (argp_doc): Omit unnecessary cast
of const char * to const char *.
free (buffer);
buffer = xnmalloc (bufmax, 2 * sizeof *buffer);
gl_tls_set (buffer_key, buffer);
- gl_tls_set (bufmax_key, (void *) (uintptr_t) bufmax);
+ gl_tls_set (bufmax_key, (void *) bufmax);
}
ctxt.fdiag = buffer + yvec_length + 1;
ctxt.bdiag = ctxt.fdiag + fdiag_len;