Snippets for libreoffice 26.2.5.2 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/libreoffice/26.2.5.2_2/150amd64-default.log.
-
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-26.2.5.2/solenv/bin/concat-deps.c:33:5: warning: '__BYTE_ORDER' is not defined, evaluates to 0 [-Wundef] 33 | #if __BYTE_ORDER == __LITTLE_ENDIAN | ^ -
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-26.2.5.2/solenv/bin/concat-deps.c:33:21: warning: '__LITTLE_ENDIAN' is not defined, evaluates to 0 [-Wundef] 33 | #if __BYTE_ORDER == __LITTLE_ENDIAN | ^ -
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-26.2.5.2/solenv/bin/concat-deps.c:35:9: warning: macro is not used [-Wunused-macros] 35 | #define CORE_LITTLE_ENDIAN | ^ -
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-26.2.5.2/desktop/unx/source/pagein.c:48:38: warning: unused parameter 'path' [-Wunused-parameter] 48 | static int isRotational(char const * path) | ^ -
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-26.2.5.2/workdir/LexTarget/l10ntools/source/cfglex.cxx:3070:5: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] 3070 | case EOB_ACT_END_OF_FILE: | ^ -
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-26.2.5.2/workdir/LexTarget/l10ntools/source/xrmlex.cxx:1557:5: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] 1557 | case EOB_ACT_END_OF_FILE: | ^ -
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-26.2.5.2/sal/cppunittester/cppunittester.cxx:389:15: warning: code will never be executed [-Wunreachable-code] 389 | bool ok = false; | ^~~~~ -
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-26.2.5.2/workdir/YaccTarget/unoidl/source/sourceprovider-parser.cxx:2168:9: warning: variable 'yynerrs' set but not used [-Wunused-but-set-variable] 2168 | int yynerrs = 0; | ^ -
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-26.2.5.2/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:1731:13: warning: code will never be executed [-Wunreachable-code] 1731 | if ( ! yyg->yy_did_buffer_switch_on_eof ) | ^~~