office-gobmx/soltools
Stephan Bergmann 22c1d6972b Avoid -Werror=stringop-truncation
... "‘strncpy’ output truncated before terminating nul copying as many bytes
from a string as its length", as reported at
<https://lists.freedesktop.org/archives/libreoffice/2018-October/081109.html>
"LO build fails -Werror=stringop-truncation in _lex.c".  Not adding the
terminating NUL appears to be intentional here, as the s->inp buffer is
terminated (through s->inl) with EOB bytes after the if/else blocks.

Change-Id: I5a8559e620b7e34ee27cbcd0f836432deb8cba90
Reviewed-on: https://gerrit.libreoffice.org/61355
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-10-04 14:23:16 +02:00
..
cpp Avoid -Werror=stringop-truncation 2018-10-04 14:23:16 +02:00
mkdepend -Werror,-Wunused-variable (clang-cl) 2018-09-24 16:47:40 +02:00
Executable_cpp.mk
Executable_makedepend.mk
Makefile
Module_soltools.mk