checking whether the C compiler (/usr/local/bin/clang90 -std=gnu99 -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -Wl,--as-needed -fstack-protector-strong ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether the C++ compiler (/usr/local/bin/clang++90 -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG -isystem /usr/local/include -Wl,--as-needed -fstack-protector-strong ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
js/src> checking whether the C compiler (/usr/local/bin/clang90 -std=gnu99 -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -Wl,--as-needed -fstack-protector-strong ) is a cross-compiler... no
js/src> checking whether we are using GNU C... (cached) yes
js/src> checking whether the C++ compiler (/usr/local/bin/clang++90 -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG -isystem /usr/local/include -Wl,--as-needed -fstack-protector-strong ) is a cross-compiler... no
js/src> checking whether we are using GNU C++... (cached) yes
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/security/nss/lib/freebl/mpi/montmulf.c:222:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if ((jj == 30)) {
~~~^~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/security/nss/lib/freebl/mpi/montmulf.c:222:21: note: remove extraneous parentheses around the comparison to silence this warning
if ((jj == 30)) {
~ ^ ~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/security/nss/lib/freebl/mpi/montmulf.c:222:21: note: use '=' to turn this equality comparison into an assignment
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/security/nss/lib/freebl/mpi/mpi.c:2118:17: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
int j = MP_MIN(k, MP_DIGIT_BIT);
^~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/security/nss/lib/freebl/mpi/mpi-priv.h:86:28: note: expanded from macro 'MP_MIN'
#define MP_MIN(a, b) (((a) < (b)) ? (a) : (b))
~ ^ ~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/security/nss/lib/freebl/mpi/mpi.c:2120:15: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/security/nss/lib/freebl/mpi/mpi.c:4605:13: warning: comparison of integers of different signs: 'mp_digit' (aka 'unsigned long long') and 'int' [-Wsign-compare]
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/mfbt/Compression.cpp:41:13: warning: 'LZ4_decompress_fast' is deprecated: This function is deprecated and unsafe. Consider using LZ4_decompress_safe() instead [-Wdeprecated-declarations]
int ret = LZ4_decompress_fast(aSource, aDest, outputSizeChecked.value());
^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/mfbt/lz4.h:661:1: note: 'LZ4_decompress_fast' has been explicitly marked deprecated here
LZ4_DEPRECATED("This function is deprecated and unsafe. Consider using LZ4_decompress_safe() instead")
^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/mfbt/lz4.h:590:39: note: expanded from macro 'LZ4_DEPRECATED'
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/security/nss/lib/freebl/mpi/mplogic.c:237:25: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
for (db = 0; db < sizeof(mp_digit); db++) {
~~ ^ ~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/security/nss/lib/freebl/mpi/mplogic.c:268:25: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
Running `CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/proc-macro2' CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/third_party/rust/proc-macro2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION=0.4.27 CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/proc-macro2' CARGO_PKG_AUTHORS='Alex Crichton <alex@alexcrichton.com>' CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE= CARGO=/usr/local/bin/cargo CARGO_PKG_NAME=proc-macro2 CARGO_PKG_DESCRIPTION='A stable implementation of the upcoming new `proc_macro` API. Comes with an
option, off by default, to also reimplement itself in terms of the upstream
Running `CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/third_party/rust/cfg-if CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION=0.1.6 CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_AUTHORS='Alex Crichton <alex@alexcrichton.com>' CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE= CARGO=/usr/local/bin/cargo CARGO_PKG_NAME=cfg-if CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
Running `CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/third_party/rust/typenum CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_HOMEPAGE= CARGO_PKG_AUTHORS='Paho Lurie-Gregg <paho@paholg.com>:Andre Bogus <bogusandre@gmail.com>' CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO=/usr/local/bin/cargo CARGO_PKG_NAME=typenum CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' LD_LIBRARY_PATH='/wrkdirs/usr/ports/www/firefox/work/.build/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_main /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/third_party/rust/typenum/build/main.rs --color never --crate-type bin --emit=dep-info,link -C opt-level=2 -C codegen-units=1 -C metadata=7939404e403fa6f3 -C extra-filename=-7939404e403fa6f3 --out-dir /wrkdirs/usr/ports/www/firefox/work/.build/release/build/typenum-7939404e403fa6f3 -C linker=/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/build/cargo-linker -L dependency=/wrkdirs/usr/ports/www/firefox/work/.build/release/deps --cap-lints warn`
| this code causes undefined behavior when executed
| help: use `MaybeUninit<T>` instead
|
= note: `#[warn(invalid_value)]` on by default
= note: 0-variant enums have no valid value
Compiling pkg-config v0.3.9
Running `CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/pkg-config-rs' CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/third_party/rust/pkg-config CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION=0.3.9 CARGO_PKG_HOMEPAGE= CARGO_PKG_AUTHORS='Alex Crichton <alex@alexcrichton.com>' CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE= CARGO=/usr/local/bin/cargo CARGO_PKG_NAME=pkg-config CARGO_PKG_DESCRIPTION='A library to run the pkg-config system tool at build time in order to be used in
| this code causes undefined behavior when executed
| help: use `MaybeUninit<T>` instead
|
= note: `#[warn(invalid_value)]` on by default
= note: 0-variant enums have no valid value
Running `CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/third_party/rust/cfg-if CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION=0.1.6 CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_AUTHORS='Alex Crichton <alex@alexcrichton.com>' CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE= CARGO=/usr/local/bin/cargo CARGO_PKG_NAME=cfg-if CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/ffvpx/libavcodec/decode.c:1351:13: warning: variable 'ret' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
if (i == n) {
^~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/ffvpx/libavcodec/decode.c:1432:12: note: uninitialized use occurs here
return ret;
^~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/ffvpx/libavcodec/decode.c:1351:9: note: remove the 'if' if its condition is always false
if (i == n) {
^~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/ffvpx/libavcodec/decode.c:1303:5: note: variable 'ret' is declared here
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/ffvpx/libavutil/opt.c:356:12: warning: 'return' will never be executed [-Wunreachable-code-return]
Running `CARGO_PKG_REPOSITORY='https://github.com/bluss/scopeguard' CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/third_party/rust/scopeguard-0.3.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION=0.3.2 CARGO_PKG_HOMEPAGE= CARGO_PKG_AUTHORS=bluss CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE= CARGO=/usr/local/bin/cargo CARGO_PKG_NAME=scopeguard CARGO_PKG_DESCRIPTION='A RAII scope guard that will run a given closure when it goes out of scope,
even if the code between panics (assuming unwinding panic).
Defines the macros `defer'\!'` and `defer_on_unwind'\!'`; the latter only runs
if the scope is extited through unwinding on panic.
Running `CARGO_PKG_REPOSITORY='https://github.com/storyyeller/stable_deref_trait' CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/third_party/rust/stable_deref_trait CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION=1.0.0 CARGO_PKG_HOMEPAGE= CARGO_PKG_AUTHORS='Robert Grosse <n210241048576@gmail.com>' CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO=/usr/local/bin/cargo CARGO_PKG_NAME=stable_deref_trait CARGO_PKG_DESCRIPTION='An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental.
Running `CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/rucd' CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/third_party/rust/ucd-util CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION=0.1.1 CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/rucd' CARGO_PKG_AUTHORS='Andrew Gallant <jamslam@gmail.com>' CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE= CARGO=/usr/local/bin/cargo CARGO_PKG_NAME=ucd-util CARGO_PKG_DESCRIPTION='A small utility library for working with the Unicode character database.
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/ffvpx/libavutil/time.c:68:12: warning: 'return' will never be executed [-Wunreachable-code-return]
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/ffvpx/libavutil/utils.c:73:42: warning: adding 'unsigned int' to a string does not append to the string [-Wstring-plus-int]
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/ffvpx/libavcodec/utils.c:1410:42: warning: adding 'unsigned int' to a string does not append to the string [-Wstring-plus-int]
Running `CARGO_PKG_REPOSITORY='https://github.com/fitzgen/peeking_take_while' CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/third_party/rust/peeking_take_while CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION=0.1.2 CARGO_PKG_HOMEPAGE= CARGO_PKG_AUTHORS='Nick Fitzgerald <fitzgen@gmail.com>' CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE= CARGO=/usr/local/bin/cargo CARGO_PKG_NAME=peeking_take_while CARGO_PKG_DESCRIPTION='Like `Iterator::take_while`, but calls the predicate on a peeked value. This allows you to use `Iterator::by_ref` and `Iterator::take_while` together, and still get the first value for which the `take_while` predicate returned false after dropping the `by_ref`.' LD_LIBRARY_PATH='/wrkdirs/usr/ports/www/firefox/work/.build/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name peeking_take_while /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/third_party/rust/peeking_take_while/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C codegen-units=1 -C metadata=ca2904d56c82c848 -C extra-filename=-ca2904d56c82c848 --out-dir /wrkdirs/usr/ports/www/firefox/work/.build/release/deps -C linker=/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/build/cargo-linker -L dependency=/wrkdirs/usr/ports/www/firefox/work/.build/release/deps --cap-lints warn`
Compiling same-file v1.0.2
Running `CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/same-file' CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/third_party/rust/same-file CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION=1.0.2 CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/same-file' CARGO_PKG_AUTHORS='Andrew Gallant <jamslam@gmail.com>' CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE= CARGO=/usr/local/bin/cargo CARGO_PKG_NAME=same-file CARGO_PKG_DESCRIPTION='A simple crate for determining whether two file paths point to the same file.
Running `CARGO_PKG_REPOSITORY='https://github.com/bluss/scopeguard' CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/third_party/rust/scopeguard CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION=1.0.0 CARGO_PKG_HOMEPAGE= CARGO_PKG_AUTHORS=bluss CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO=/usr/local/bin/cargo CARGO_PKG_NAME=scopeguard CARGO_PKG_DESCRIPTION='A RAII scope guard that will run a given closure when it goes out of scope,
even if the code between panics (assuming unwinding panic).
Defines the macros `defer'\!'`, `defer_on_unwind'\!'`, `defer_on_success'\!'` as
shorthands for guards with one of the implemented strategies.
Running `CARGO_PKG_REPOSITORY='https://github.com/bluss/indexmap' CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/third_party/rust/indexmap CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_HOMEPAGE= CARGO_PKG_AUTHORS='bluss:Josh Stone <cuviper@gmail.com>' CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE= CARGO=/usr/local/bin/cargo CARGO_PKG_NAME=indexmap CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.
The indexmap is a hash table where the iteration order of the key-value
pairs is independent of the hash values of the keys. It has the usual
hash table functionality, it preserves insertion order except after
removals, and it allows lookup of its elements by either hash table key
or numerical index. A corresponding hash set type is also provided.
This crate was initially published under the name ordermap, but it was renamed to
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libcubeb/src/cubeb_alsa.c:613:9: warning: implicitly declaring library function 'snprintf' with type 'int (char *, unsigned int, const char *, ...)' [-Wimplicit-function-declaration]
r = snprintf(node_name, sizeof(node_name), "pcm.%s", string);
^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libcubeb/src/cubeb_alsa.c:613:9: note: include the header <stdio.h> or explicitly provide a declaration for 'snprintf'
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libcubeb/src/cubeb_alsa.c:1165:3: warning: implicitly declaring library function 'alloca' with type 'void *(unsigned int)' [-Wimplicit-function-declaration]
snd_pcm_hw_params_alloca(&hw_params);
^
/usr/local/include/alsa/pcm.h:737:39: note: expanded from macro 'snd_pcm_hw_params_alloca'
/usr/local/include/alsa/global.h:106:57: note: expanded from macro '__snd_alloca'
#define __snd_alloca(ptr,type) do { *ptr = (type##_t *) alloca(type##_sizeof()); memset(*ptr, 0, type##_sizeof()); } while (0)
^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libcubeb/src/cubeb_alsa.c:1165:3: note: include the header <stdlib.h> or explicitly provide a declaration for 'alloca'
/usr/local/include/alsa/pcm.h:737:39: note: expanded from macro 'snd_pcm_hw_params_alloca'
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libcubeb/src/cubeb_sndio.c:199:15: warning: comparison of integers of different signs: 'long' and 'unsigned int' [-Wsign-compare]
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libcubeb/src/cubeb_jack.cpp:364:30: warning: comparison of integers of different signs: 'long' and 'jack_nframes_t' (aka 'unsigned int') [-Wsign-compare]
for (long f = 0; f < nframes; f++) {
~ ^ ~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libcubeb/src/cubeb_jack.cpp:373:30: warning: comparison of integers of different signs: 'long' and 'jack_nframes_t' (aka 'unsigned int') [-Wsign-compare]
for (long f = 0; f < nframes; f++) {
~ ^ ~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libcubeb/src/cubeb_jack.cpp:419:32: warning: comparison of integers of different signs: 'long' and 'jack_nframes_t' (aka 'unsigned int') [-Wsign-compare]
for (long f = 0; f < nframes; f++) {
~ ^ ~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libcubeb/src/cubeb_jack.cpp:428:32: warning: comparison of integers of different signs: 'long' and 'jack_nframes_t' (aka 'unsigned int') [-Wsign-compare]
for (long f = 0; f < nframes; f++) {
~ ^ ~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libcubeb/src/cubeb_jack.cpp:563:24: warning: comparison of integers of different signs: 'long' and 'jack_nframes_t' (aka 'unsigned int') [-Wsign-compare]
Running `CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/proc-macro2' CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/third_party/rust/proc-macro2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION=0.4.27 CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/proc-macro2' CARGO_PKG_AUTHORS='Alex Crichton <alex@alexcrichton.com>' CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE= CARGO=/usr/local/bin/cargo CARGO_PKG_NAME=proc-macro2 CARGO_PKG_DESCRIPTION='A stable implementation of the upcoming new `proc_macro` API. Comes with an
option, off by default, to also reimplement itself in terms of the upstream
In file included from /wrkdirs/usr/ports/www/firefox/work/.build/media/libtheora/Unified_c_media_libtheora0.c:20:
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:195:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0,10, -1,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:198:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 0, 0,1),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:208:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 1, -1,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:210:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 2, -1,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:212:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 3, -1,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:214:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 4, -1,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:216:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 5, -1,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:220:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 1, -2,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:221:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 1, -3,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:227:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 6, -1,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:228:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 7, -1,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:229:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 8, -1,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:230:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 9, -1,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:236:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 2, -2,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:237:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 3, -2,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:238:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 2, -3,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:239:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 3, -3,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:242:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 0, 0,1),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:253:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 0, -1,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:257:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 0, -2,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:260:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 0, -3,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:262:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 0, -4,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:264:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 0, -5,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:266:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 0, -6,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:270:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 0, -7,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:271:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 0, -8,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:277:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 0, -9,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:278:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 0,-10,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:279:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 0,-11,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
(_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:280:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
OC_DCT_CW_PACK( 0, 0,-12,0),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
Running `CARGO_PKG_REPOSITORY= CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/third_party/rust/dns-parser CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION=0.8.0 CARGO_PKG_HOMEPAGE='https://github.com/tailhook/dns-parser' CARGO_PKG_AUTHORS='Paul Colomiets <paul@colomiets.name>' CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO=/usr/local/bin/cargo CARGO_PKG_NAME=dns-parser CARGO_PKG_DESCRIPTION=' Pure-rust DNS protocol parser library. This does not support network, only
Running `CARGO_PKG_REPOSITORY='https://github.com/djg/cubeb-rs' CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/third_party/rust/cubeb-core CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION=0.5.5 CARGO_PKG_HOMEPAGE='https://github.com/djg/cubeb-rs' CARGO_PKG_AUTHORS='Dan Glastonbury <dglastonbury@mozilla.com>' CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE= CARGO=/usr/local/bin/cargo CARGO_PKG_NAME=cubeb-core CARGO_PKG_DESCRIPTION='Common types and definitions for cubeb rust and C bindings. Not intended for direct use.
Running `CARGO_PKG_REPOSITORY='https://github.com/TedDriggs/darling' CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/third_party/rust/darling_macro CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION=0.9.0 CARGO_PKG_HOMEPAGE= CARGO_PKG_AUTHORS='Ted Driggs <ted.driggs@outlook.com>' CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO=/usr/local/bin/cargo CARGO_PKG_NAME=darling_macro CARGO_PKG_DESCRIPTION='Internal support for a proc-macro library for reading attributes into structs when
implementing custom derives. Use https://crates.io/crates/darling in your code.
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/netwerk/sctp/src/netinet/sctp_asconf.c:242:6: warning: code will never be executed [-Wunreachable-code]
if (zero_address && SCTP_BASE_SYSCTL(sctp_nat_friendly)) {
^~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/netwerk/sctp/src/netinet/sctp_asconf.c:392:6: warning: code will never be executed [-Wunreachable-code]
if (sctp_cmpaddr(sa, src)) {
^~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/netwerk/sctp/src/netinet/sctp_asconf.c:523:6: warning: code will never be executed [-Wunreachable-code]
if (zero_address && SCTP_BASE_SYSCTL(sctp_nat_friendly)) {
^~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/netwerk/sctp/src/netinet/sctp_asconf.c:1309:13: warning: code will never be executed [-Wunreachable-code]
aa->sent = 0; /* clear sent flag */
^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/netwerk/sctp/src/netinet/sctp_asconf.c:1525:13: warning: code will never be executed [-Wunreachable-code]
aa->sent = 0; /* clear sent flag */
^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/netwerk/sctp/src/netinet/sctp_asconf.c:1937:2: warning: code will never be executed [-Wunreachable-code]
sctp_add_local_addr_restricted(stcb, ifa);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/netwerk/sctp/src/netinet/sctp_asconf.c:2846:14: warning: code will never be executed [-Wunreachable-code]
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/netwerk/sctp/src/netinet/sctp_asconf.c:3513:4: warning: code will never be executed [-Wunreachable-code]
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/netwerk/sctp/src/netinet/sctp_asconf.c:3412:6: warning: code will never be executed [-Wunreachable-code]
if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
^~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/netwerk/sctp/src/netinet/sctp_asconf.c:3464:5: warning: code will never be executed [-Wunreachable-code]
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/netwerk/sctp/src/netinet/sctp_input.c:2756:19: warning: comparison of integers of different signs: 'time_t' (aka 'int') and 'unsigned int' [-Wsign-compare]
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/netwerk/sctp/src/netinet/sctp_pcb.c:2751:6: warning: code will never be executed [-Wunreachable-code]
if (zero_address) {
^~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/netwerk/sctp/src/netinet/sctp_pcb.c:4155:3: warning: code will never be executed [-Wunreachable-code]
being_refed++;
^~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/netwerk/sctp/src/netinet/sctp_pcb.c:4153:3: warning: code will never be executed [-Wunreachable-code]
being_refed++;
^~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/netwerk/sctp/src/netinet/sctp_pcb.c:4151:3: warning: code will never be executed [-Wunreachable-code]
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/netwerk/sctp/src/netinet/sctp_usrreq.c:1088:11: warning: 'return' will never be executed [-Wunreachable-code-return]
return (0);
^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/netwerk/sctp/src/netinet/sctp_usrreq.c:6877:3: warning: code will never be executed [-Wunreachable-code]
sctp_bindx_delete_address(inp, addrs->addr,
^~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/netwerk/sctp/src/netinet/sctp_usrreq.c:6826:3: warning: code will never be executed [-Wunreachable-code]
983 | let $name = match try!(seq.next_element()) {
| ^^^
...
1044 | / array_impls! {
1045 | | 1 => (0 a)
1046 | | 2 => (0 a 1 b)
1047 | | 3 => (0 a 1 b 2 c)
...|
1076 | | 32 => (0 a 1 b 2 c 3 d 4 e 5 f 6 g 7 h 8 i 9 j 10 k 11 l 12 m 13 n 14 o 15 p 16 q 17 r 18 s 19 t 20 u 21 v 22 w 23 x 24 y 25 z 26 aa 27 ab 28 ac 29 ad 30 ae 31 af)
1010 | if try!(seq.next_element_seed(InPlaceSeed(dest))).is_none() {
| ^^^
...
1044 | / array_impls! {
1045 | | 1 => (0 a)
1046 | | 2 => (0 a 1 b)
1047 | | 3 => (0 a 1 b 2 c)
...|
1076 | | 32 => (0 a 1 b 2 c 3 d 4 e 5 f 6 g 7 h 8 i 9 j 10 k 11 l 12 m 13 n 14 o 15 p 16 q 17 r 18 s 19 t 20 u 21 v 22 w 23 x 24 y 25 z 26 aa 27 ab 28 ac 29 ad 30 ae 31 af)
1077 | | }
| |_- in this macro invocation
warning: use of deprecated item 'try': use the `?` operator instead
983 | let $name = match try!(seq.next_element()) {
| ^^^
...
1044 | / array_impls! {
1045 | | 1 => (0 a)
1046 | | 2 => (0 a 1 b)
1047 | | 3 => (0 a 1 b 2 c)
...|
1076 | | 32 => (0 a 1 b 2 c 3 d 4 e 5 f 6 g 7 h 8 i 9 j 10 k 11 l 12 m 13 n 14 o 15 p 16 q 17 r 18 s 19 t 20 u 21 v 22 w 23 x 24 y 25 z 26 aa 27 ab 28 ac 29 ad 30 ae 31 af)
1077 | | }
| |_- in this macro invocation
warning: use of deprecated item 'try': use the `?` operator instead
1010 | if try!(seq.next_element_seed(InPlaceSeed(dest))).is_none() {
| ^^^
...
1044 | / array_impls! {
1045 | | 1 => (0 a)
1046 | | 2 => (0 a 1 b)
1047 | | 3 => (0 a 1 b 2 c)
...|
1076 | | 32 => (0 a 1 b 2 c 3 d 4 e 5 f 6 g 7 h 8 i 9 j 10 k 11 l 12 m 13 n 14 o 15 p 16 q 17 r 18 s 19 t 20 u 21 v 22 w 23 x 24 y 25 z 26 aa 27 ab 28 ac 29 ad 30 ae 31 af)
1077 | | }
| |_- in this macro invocation
warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/signaling/src/sdp/sipcc/sdp_utils.c:696:19: warning: result of comparison 'ulong' (aka 'unsigned long') > 4294967295 is always false [-Wtautological-type-limit-compare]
[style 0.0.1] /wrkdirs/usr/ports/www/firefox/work/.build/dist/include/mozilla/cxxalloc.h:32:1: warning: replacement function 'operator new' cannot be declared 'inline' [-Winline-new-delete], err: false
[style 0.0.1] /wrkdirs/usr/ports/www/firefox/work/.build/dist/include/mozilla/cxxalloc.h:36:1: warning: replacement function 'operator new' cannot be declared 'inline' [-Winline-new-delete], err: false
[style 0.0.1] /wrkdirs/usr/ports/www/firefox/work/.build/dist/include/mozilla/cxxalloc.h:41:1: warning: replacement function 'operator new[]' cannot be declared 'inline' [-Winline-new-delete], err: false
[style 0.0.1] /wrkdirs/usr/ports/www/firefox/work/.build/dist/include/mozilla/cxxalloc.h:45:1: warning: replacement function 'operator new[]' cannot be declared 'inline' [-Winline-new-delete], err: false
[style 0.0.1] /wrkdirs/usr/ports/www/firefox/work/.build/dist/include/mozilla/cxxalloc.h:50:1: warning: replacement function 'operator delete' cannot be declared 'inline' [-Winline-new-delete], err: false
[style 0.0.1] /wrkdirs/usr/ports/www/firefox/work/.build/dist/include/mozilla/cxxalloc.h:54:1: warning: replacement function 'operator delete' cannot be declared 'inline' [-Winline-new-delete], err: false
[style 0.0.1] /wrkdirs/usr/ports/www/firefox/work/.build/dist/include/mozilla/cxxalloc.h:59:1: warning: replacement function 'operator delete[]' cannot be declared 'inline' [-Winline-new-delete], err: false
[style 0.0.1] /wrkdirs/usr/ports/www/firefox/work/.build/dist/include/mozilla/cxxalloc.h:63:1: warning: replacement function 'operator delete[]' cannot be declared 'inline' [-Winline-new-delete], err: false
[style 0.0.1] /wrkdirs/usr/ports/www/firefox/work/.build/dist/include/nsGkAtoms.h:118:39: warning: offset of on non-standard-layout type 'mozilla::detail::GkAtoms' [-Winvalid-offsetof], err: false
[style 0.0.1] /wrkdirs/usr/ports/www/firefox/work/.build/dist/include/js/Proxy.h:222:43: warning: offset of on non-standard-layout type 'js::BaseProxyHandler' [-Winvalid-offsetof], err: false
[style 0.0.1] /wrkdirs/usr/ports/www/firefox/work/.build/dist/include/mozilla/dom/BrowsingContext.h:492:29: warning: offset of on non-standard-layout type 'mozilla::dom::BrowsingContext' [-Winvalid-offsetof], err: false
In file included from /wrkdirs/usr/ports/www/firefox/work/.build/media/webrtc/trunk/webrtc/audio/audio_gn/Unified_cpp_audio_audio_gn0.cpp:11:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/audio/audio_send_stream.cc:22:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/bitrate_controller/include/bitrate_controller.h:22:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/paced_sender.h:18:
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/packet_queue2.h:45:5: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted]
StreamPrioKey() = default;
^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/packet_queue2.h:55:37: note: default constructor of 'StreamPrioKey' is implicitly deleted because field 'priority' of const-qualified type 'const RtpPacketSender::Priority' would not be initialized
const RtpPacketSender::Priority priority;
^
In file included from /wrkdirs/usr/ports/www/firefox/work/.build/media/webrtc/trunk/webrtc/call/bitrate_allocator_gn/Unified_cpp_bitrate_allocator_gn0.cpp:2:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/call/bitrate_allocator.cc:19:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/bitrate_controller/include/bitrate_controller.h:22:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/paced_sender.h:18:
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/packet_queue2.h:45:5: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted]
StreamPrioKey() = default;
^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/packet_queue2.h:55:37: note: default constructor of 'StreamPrioKey' is implicitly deleted because field 'priority' of const-qualified type 'const RtpPacketSender::Priority' would not be initialized
In file included from /wrkdirs/usr/ports/www/firefox/work/.build/media/webrtc/trunk/webrtc/call/call_gn/Unified_cpp_webrtc_call_call_gn0.cpp:2:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/call/call.cc:29:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/call/rtp_transport_controller_send.h:16:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/congestion_controller/include/send_side_congestion_controller.h:22:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/paced_sender.h:18:
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/packet_queue2.h:45:5: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted]
StreamPrioKey() = default;
^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/packet_queue2.h:55:37: note: default constructor of 'StreamPrioKey' is implicitly deleted because field 'priority' of const-qualified type 'const RtpPacketSender::Priority' would not be initialized
In file included from /wrkdirs/usr/ports/www/firefox/work/.build/media/webrtc/trunk/webrtc/call/rtp_sender_gn/Unified_cpp_call_rtp_sender_gn0.cpp:2:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/call/rtp_transport_controller_send.cc:11:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/call/rtp_transport_controller_send.h:16:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/congestion_controller/include/send_side_congestion_controller.h:22:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/paced_sender.h:18:
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/packet_queue2.h:45:5: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted]
StreamPrioKey() = default;
^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/packet_queue2.h:55:37: note: default constructor of 'StreamPrioKey' is implicitly deleted because field 'priority' of const-qualified type 'const RtpPacketSender::Priority' would not be initialized
In file included from /wrkdirs/usr/ports/www/firefox/work/.build/media/webrtc/trunk/webrtc/common_video/common_video_gn/Unified_cpp_common_video_gn0.cpp:38:
In file included from /wrkdirs/usr/ports/www/firefox/work/.build/media/webrtc/trunk/webrtc/modules/audio_coding/cng_gn/Unified_cpp_audio_coding_cng_gn0.cpp:2:
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.cc:48:75: warning: possible misuse of comma operator here [-Wcomma]
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.cc:48:12: note: cast expression to void to silence warning
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/audio_processing/aec/echo_cancellation.cc:26:
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/audio_processing/logging/apm_data_dumper.h:129:27: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned int') [-Wsign-compare]
In file included from /wrkdirs/usr/ports/www/firefox/work/.build/media/webrtc/trunk/webrtc/modules/bitrate_controller/bitrate_controller_gn/Unified_cpp_itrate_controller_gn0.cpp:2:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/bitrate_controller/bitrate_controller_impl.cc:12:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/bitrate_controller/bitrate_controller_impl.h:18:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/bitrate_controller/include/bitrate_controller.h:22:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/paced_sender.h:18:
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/packet_queue2.h:45:5: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted]
StreamPrioKey() = default;
^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/packet_queue2.h:55:37: note: default constructor of 'StreamPrioKey' is implicitly deleted because field 'priority' of const-qualified type 'const RtpPacketSender::Priority' would not be initialized
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/audio_processing/gain_control_impl.cc:16:
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/audio_processing/logging/apm_data_dumper.h:129:27: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned int') [-Wsign-compare]
In file included from /wrkdirs/usr/ports/www/firefox/work/.build/media/webrtc/trunk/webrtc/modules/congestion_controller/congestion_controller_gn/Unified_cpp_estion_controller_gn0.cpp:20:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/congestion_controller/delay_based_bwe.cc:19:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/paced_sender.h:18:
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/packet_queue2.h:45:5: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted]
StreamPrioKey() = default;
^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/packet_queue2.h:55:37: note: default constructor of 'StreamPrioKey' is implicitly deleted because field 'priority' of const-qualified type 'const RtpPacketSender::Priority' would not be initialized
const RtpPacketSender::Priority priority;
^
In file included from /wrkdirs/usr/ports/www/firefox/work/.build/media/webrtc/trunk/webrtc/modules/pacing/pacing_gn/Unified_cpp_pacing_pacing_gn0.cpp:2:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/alr_detector.cc:11:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/alr_detector.h:17:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/paced_sender.h:18:
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/packet_queue2.h:45:5: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted]
StreamPrioKey() = default;
^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/packet_queue2.h:55:37: note: default constructor of 'StreamPrioKey' is implicitly deleted because field 'priority' of const-qualified type 'const RtpPacketSender::Priority' would not be initialized
In file included from /wrkdirs/usr/ports/www/firefox/work/.build/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_gn/Unified_cpp_audio_processing_gn0.cpp:2:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/audio_processing/aec/aec_core.cc:30:
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/audio_processing/logging/apm_data_dumper.h:129:27: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned int') [-Wsign-compare]
In file included from /wrkdirs/usr/ports/www/firefox/work/.build/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_gn/Unified_cpp_audio_processing_gn1.cpp:2:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/echo_remover.cc:29:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/subtractor.h:18:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/adaptive_fir_filter.h:23:
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/audio_processing/logging/apm_data_dumper.h:129:27: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned int') [-Wsign-compare]
for (int k = 0; k < v_length; ++k) {
~ ^ ~~~~~~~~
In file included from /wrkdirs/usr/ports/www/firefox/work/.build/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_gn/Unified_cpp_audio_processing_gn2.cpp:2:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/subtractor.cc:11:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/subtractor.h:18:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/adaptive_fir_filter.h:23:
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/audio_processing/logging/apm_data_dumper.h:129:27: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned int') [-Wsign-compare]
In file included from /wrkdirs/usr/ports/www/firefox/work/.build/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_gn/Unified_cpp_audio_processing_gn3.cpp:20:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/audio_processing/level_controller/down_sampler.cc:19:
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/audio_processing/logging/apm_data_dumper.h:129:27: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned int') [-Wsign-compare]
In file included from /wrkdirs/usr/ports/www/firefox/work/.build/media/webrtc/trunk/webrtc/modules/video_coding/video_coding_gn/Unified_cpp_video_coding_gn0.cpp:74:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/video_coding/generic_encoder.cc:18:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/alr_detector.h:17:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/paced_sender.h:18:
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/packet_queue2.h:45:5: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted]
StreamPrioKey() = default;
^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/packet_queue2.h:55:37: note: default constructor of 'StreamPrioKey' is implicitly deleted because field 'priority' of const-qualified type 'const RtpPacketSender::Priority' would not be initialized
In file included from /wrkdirs/usr/ports/www/firefox/work/.build/media/webrtc/trunk/webrtc/rtc_base/rtc_base_approved_generic_gn/Unified_cpp__approved_generic_gn1.cpp:29:
In file included from /wrkdirs/usr/ports/www/firefox/work/.build/media/webrtc/trunk/webrtc/video/video_gn/Unified_cpp_video_video_gn1.cpp:2:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/video/video_stream_encoder.cc:21:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/paced_sender.h:18:
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/packet_queue2.h:45:5: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted]
StreamPrioKey() = default;
^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/packet_queue2.h:55:37: note: default constructor of 'StreamPrioKey' is implicitly deleted because field 'priority' of const-qualified type 'const RtpPacketSender::Priority' would not be initialized
In file included from /wrkdirs/usr/ports/www/firefox/work/.build/media/webrtc/trunk/webrtc/video/video_gn/Unified_cpp_video_video_gn0.cpp:38:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/video/receive_statistics_proxy.cc:18:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/alr_detector.h:17:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/paced_sender.h:18:
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/packet_queue2.h:45:5: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted]
StreamPrioKey() = default;
^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/packet_queue2.h:55:37: note: default constructor of 'StreamPrioKey' is implicitly deleted because field 'priority' of const-qualified type 'const RtpPacketSender::Priority' would not be initialized
const RtpPacketSender::Priority priority;
^
In file included from /wrkdirs/usr/ports/www/firefox/work/.build/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_generic_gn/Unified_cpp_p_capture_generic_gn0.cpp:83:
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_device_info.cc:186:27: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'std::__1::map<int, webrtc::DesktopDisplayDevice *, std::__1::less<int>, std::__1::allocator<std::__1::pair<const int, webrtc::DesktopDisplayDevice *> > >::size_type' (aka 'unsigned int') [-Wsign-compare]
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_device_info.cc:288:45: warning: format specifies type 'long' but the argument has type 'webrtc::ScreenId' (aka 'int') [-Wformat]
In file included from /wrkdirs/usr/ports/www/firefox/work/.build/media/webrtc/trunk/webrtc/voice_engine/voice_engine_gn/Unified_cpp_voice_engine_gn0.cpp:2:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/voice_engine/channel.cc:30:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/packet_router.h:18:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/paced_sender.h:18:
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/packet_queue2.h:45:5: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted]
StreamPrioKey() = default;
^
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/pacing/packet_queue2.h:55:37: note: default constructor of 'StreamPrioKey' is implicitly deleted because field 'priority' of const-qualified type 'const RtpPacketSender::Priority' would not be initialized
const RtpPacketSender::Priority priority;
^
media/mtransport/build/mediapacket.o
In file included from /wrkdirs/usr/ports/www/firefox/work/.build/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_generic_gn/Unified_cpp_p_capture_generic_gn0.cpp:128:
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/desktop_capture/linux/desktop_device_info_x11.cc:115:45: warning: format specifies type 'long' but the argument has type 'webrtc::ProcessId' (aka 'int') [-Wformat]
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/media/webrtc/trunk/webrtc/modules/desktop_capture/linux/desktop_device_info_x11.cc:83:21: warning: comparison of integers of different signs: 'unsigned int' and 'pid_t' (aka 'int') [-Wsign-compare]
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/gfx/angle/checkout/src/compiler/preprocessor/ExpressionParser.cpp:1670:9: warning: code will never be executed [-Wunreachable-code]
goto yyerrorlab;
^~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/gfx/angle/checkout/src/compiler/preprocessor/ExpressionParser.cpp:1669:23: note: silence by adding parentheses to mark code as explicitly dead
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/gfx/angle/checkout/src/common/utilities.cpp:839:28: warning: result of comparison 'unsigned long' <= 4294967295 is always true [-Wtautological-type-limit-compare]
if ((subscript <= static_cast<unsigned long>(UINT_MAX)) &&
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/gfx/skia/skia/src/core/SkXfermode.cpp:138:12: warning: 'return' will never be executed [-Wunreachable-code-return]
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/gfx/angle/checkout/src/compiler/translator/glslang_tab.cpp:5081:6: warning: code will never be executed [-Wunreachable-code]
goto yyerrorlab;
^~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/gfx/angle/checkout/src/compiler/translator/glslang_tab.cpp:5080:21: note: silence by adding parentheses to mark code as explicitly dead
if (/*CONSTCOND*/ 0)
^
/* DISABLES CODE */ ( )
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/gfx/angle/checkout/src/compiler/translator/glslang_tab.cpp:2395:15: warning: code will never be executed [-Wunreachable-code]
In file included from /wrkdirs/usr/ports/www/firefox/work/.build/dom/encoding/Unified_cpp_dom_encoding0.cpp:11:
/wrkdirs/usr/ports/www/firefox/work/firefox-70.0.1/dom/encoding/TextDecoder.cpp:53:22: warning: result of comparison 'unsigned int' > 4294967295 is always false [-Wtautological-type-limit-compare]