Snippets for freetype 2.14.3 from Fedora x86_64
Sourced from https://kojipkgs.fedoraproject.org/packages/freetype/2.14.3/1.fc45/data/logs/x86_64/build.log.
-
/builddir/build/BUILD/freetype-2.14.3-build/freetype-2.14.3/src/base/ftstroke.c:659:17: warning: variable 'point' set but not used [-Wunused-but-set-variable=] 659 | FT_Vector* point = border->points; | ^~~~~ -
/builddir/build/BUILD/freetype-2.14.3-build/freetype-2.14.3/src/tools/vms_shorten_symbol.c:188:5: warning: ‘__strncpy_chk’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 188 | strncpy(symbol, input_symbol, symlen); | ^ -
/usr/include/bits/string_fortified.h:59:10: warning: '__builtin_memset' writing 696 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^