* m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Fix typo in spelling
of ‘-Wuseless-cast’. Found by gcc 16.1.1
20260501 (Red Hat 16.1.1-1).
+2026-05-06 Paul Eggert <eggert@cs.ucla.edu>
+
+ manywarnings: no ‘s’ at end of ‘-Wuseless-cast’
+ * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Fix typo in spelling
+ of ‘-Wuseless-cast’. Found by gcc 16.1.1 20260501 (Red Hat 16.1.1-1).
+
2026-05-06 Bruno Haible <bruno@clisp.org>
stdckdint-h, stdcountof-h, uchar-h: Simplify for when C++ is not used.
-Wunknown-pragmas \
-Wunsafe-loop-optimizations \
-Wunused-macros \
- -Wuseless-casts \
+ -Wuseless-cast \
-Wvariadic-macros \
-Wvector-operation-performance \
-Wvla \