]> git.ipfire.org Git - thirdparty/gnulib.git/commit
Pacify -Wunterminated-string-initialization
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 17 Apr 2025 07:27:30 +0000 (00:27 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 17 Apr 2025 07:30:26 +0000 (00:30 -0700)
commitef4d018fbcd8ef2fb2bb24dc5e4d5331e24ed6e8
tree6d119ce64ae541c4c528542681919afbb36ca56d
parenta5082c63bdcb4b55e1850ca27d080479d0041de5
Pacify -Wunterminated-string-initialization

* tests/test-fwrite.c (main): Mark nonstrings with
_GL_ATTRIBUTE_NONSTRING.
* tests/test-mbsinit.c (main): "\303" → {'\303'} in initializer.
ChangeLog
tests/test-fwrite.c
tests/test-mbsinit.c