office-gobmx/soltools
Stephan Bergmann f0f1ae6e9f Silence GCC 8.2.1 -Werror=format-truncation=
After 09841225fc "soltools: fix
-Werror=format-overflow" changed the sprintf into an snprintf, at least the
Fedora 29 "gcc (GCC) 8.2.1 20181011 (Red Hat 8.2.1-4)" now complains about

> [C  ] soltools/mkdepend/include.c
> soltools/mkdepend/include.c: In function ‘remove_dotdot.constprop’:
> soltools/mkdepend/include.c:246:42: error: ‘snprintf’ output may be truncated before the last format character [-Werror=format-truncation=]
>      int n = snprintf(buf, BUFSIZ, "%s%s%s", dir, *dir ? "/" : "", component);
>                                           ^
> soltools/mkdepend/include.c:246:13: note: ‘snprintf’ output 1 or more bytes (assuming 8193) into a destination of size 8192
>      int n = snprintf(buf, BUFSIZ, "%s%s%s", dir, *dir ? "/" : "", component);
>              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This all looks not very helpful, lets limit the silencing to just GCC 8.2 (in
the hopes that later versions of GCC won't emit that warning any more, anyway).

Change-Id: I006964e4f32bbb52b6b90288e2d623797b8d38ea
Reviewed-on: https://gerrit.libreoffice.org/63068
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-11-08 12:19:30 +01:00
..
cpp loplugin:collapseif in sdext..svx 2018-11-07 12:39:11 +01:00
mkdepend Silence GCC 8.2.1 -Werror=format-truncation= 2018-11-08 12:19:30 +01:00
Executable_cpp.mk We don't seem to actually need glibc getopt 2013-08-21 07:44:38 +00:00
Executable_makedepend.mk soltools: remove Package_inc and empty unistd.h nonsense 2013-05-10 17:56:24 +02:00
Makefile soltools conversion to gbuild 2012-09-29 15:48:52 +02:00
Module_soltools.mk soltools: remove Package_inc and empty unistd.h nonsense 2013-05-10 17:56:24 +02:00