psutil/arch/freebsd/sys_socks.c:66:25: warning: comparison between pointer and integer ('kvaddr_t' (aka 'unsigned long long') and 'void *') [-Wpointer-integer-compare]
if (xf->xf_data == sock)
~~~~~~~~~~~ ^ ~~~~
psutil/arch/freebsd/sys_socks.c:178:40: warning: incompatible integer to pointer conversion passing 'kvaddr_t' (aka 'unsigned long long') to parameter of type 'void *' [-Wint-conversion]
xf = psutil_get_file_from_sock(so->xso_so);
^~~~~~~~~~
psutil/arch/freebsd/sys_socks.c:61:33: note: passing argument to parameter 'sock' here
psutil_get_file_from_sock(void *sock) {
^
psutil/arch/freebsd/sys_socks.c:298:40: warning: incompatible integer to pointer conversion passing 'kvaddr_t' (aka 'unsigned long long') to parameter of type 'void *' [-Wint-conversion]
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
Running `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.' CARGO_PKG_HOMEPAGE= CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_AUTHORS='Paho Lurie-Gregg <paho@paholg.com>:Andre Bogus <bogusandre@gmail.com>' CARGO_PKG_VERSION_PRE= CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/third_party/rust/typenum CARGO_PKG_VERSION_MAJOR=1 CARGO=/usr/local/bin/cargo LD_LIBRARY_PATH='/wrkdirs/usr/ports/www/firefox/work/.build/release/deps:/usr/local/lib' CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_NAME=typenum /usr/local/bin/rustc --crate-name build_script_main /wrkdirs/usr/ports/www/firefox/work/firefox-71.0/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-71.0/build/cargo-linker -L dependency=/wrkdirs/usr/ports/www/firefox/work/.build/release/deps --cap-lints warn`
Running `CARGO_PKG_DESCRIPTION='A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.' CARGO_PKG_HOMEPAGE= CARGO_PKG_REPOSITORY='https://github.com/bluss/arrayvec' CARGO_PKG_AUTHORS=bluss CARGO_PKG_VERSION_PRE= CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/third_party/rust/arrayvec CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/local/bin/cargo LD_LIBRARY_PATH='/wrkdirs/usr/ports/www/firefox/work/.build/release/deps:/usr/local/lib' CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION=0.4.11 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_NAME=arrayvec /usr/local/bin/rustc --crate-name build_script_build /wrkdirs/usr/ports/www/firefox/work/firefox-71.0/third_party/rust/arrayvec/build.rs --color never --crate-type bin --emit=dep-info,link -C opt-level=2 -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0f39d3adc5ee7058 -C extra-filename=-0f39d3adc5ee7058 --out-dir /wrkdirs/usr/ports/www/firefox/work/.build/release/build/arrayvec-0f39d3adc5ee7058 -C linker=/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/build/cargo-linker -L dependency=/wrkdirs/usr/ports/www/firefox/work/.build/release/deps --cap-lints warn`
Compiling peeking_take_while v0.1.2
Running `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`.' CARGO_PKG_HOMEPAGE= CARGO_PKG_REPOSITORY='https://github.com/fitzgen/peeking_take_while' CARGO_PKG_AUTHORS='Nick Fitzgerald <fitzgen@gmail.com>' CARGO_PKG_VERSION_PRE= CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/third_party/rust/peeking_take_while CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/local/bin/cargo LD_LIBRARY_PATH='/wrkdirs/usr/ports/www/firefox/work/.build/release/deps:/usr/local/lib' CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_NAME=peeking_take_while /usr/local/bin/rustc --crate-name peeking_take_while /wrkdirs/usr/ports/www/firefox/work/firefox-71.0/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-71.0/build/cargo-linker -L dependency=/wrkdirs/usr/ports/www/firefox/work/.build/release/deps --cap-lints warn`
Running `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.
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/security/nss/lib/freebl/mpi/mpi.c:2120:15: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
if (j < MP_DIGIT_BIT) {
~ ^ ~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/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]
if (val >= r)
~~~ ^ ~
Compiling env_logger v0.6.2
Running `CARGO_PKG_DESCRIPTION='A logging implementation for `log` which is configured via an environment
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/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-71.0/security/nss/lib/freebl/mpi/mplogic.c:268:25: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/media/ffvpx/libavutil/opt.c:356:12: warning: 'return' will never be executed [-Wunreachable-code-return]
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/media/ffvpx/libavutil/time.c:68:12: warning: 'return' will never be executed [-Wunreachable-code-return]
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/media/ffvpx/libavutil/utils.c:73:42: warning: adding 'unsigned int' to a string does not append to the string [-Wstring-plus-int]
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 '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 'try': use the `?` operator instead
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/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-71.0/media/ffvpx/libavcodec/decode.c:1432:12: note: uninitialized use occurs here
return ret;
^~~
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/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-71.0/media/ffvpx/libavcodec/decode.c:1303:5: note: variable 'ret' is declared here
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/media/ffvpx/libavcodec/utils.c:1410:42: warning: adding 'unsigned int' to a string does not append to the string [-Wstring-plus-int]
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/media/libcubeb/src/cubeb_alsa.c:1168: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-71.0/media/libcubeb/src/cubeb_alsa.c:1168: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-71.0/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-71.0/media/libcubeb/src/cubeb_jack.cpp:366: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-71.0/media/libcubeb/src/cubeb_jack.cpp:375: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-71.0/media/libcubeb/src/cubeb_jack.cpp:421: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-71.0/media/libcubeb/src/cubeb_jack.cpp:430: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-71.0/media/libcubeb/src/cubeb_jack.cpp:565:24: warning: comparison of integers of different signs: 'long' and 'jack_nframes_t' (aka 'unsigned int') [-Wsign-compare]
In file included from Unified_c_media_libtheora0.c:20:
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/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-71.0/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
722 | let mut cbox: FT_BBox = mem::uninitialized();
| ^^^^^^^^^^^^^^^^^^
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[style 0.0.1] /wrkdirs/usr/ports/www/firefox/work/.build/dist/include/mozilla/ServoStyleConsts.h:10840:20: error: class member cannot be redeclared
[style 0.0.1] /wrkdirs/usr/ports/www/firefox/work/.build/dist/include/mozilla/ServoStyleConsts.h:10827:20: note: previous definition is here
[style 0.0.1] /wrkdirs/usr/ports/www/firefox/work/.build/dist/include/mozilla/ServoStyleConsts.h:10843:21: error: class member cannot be redeclared
[style 0.0.1] /wrkdirs/usr/ports/www/firefox/work/.build/dist/include/mozilla/ServoStyleConsts.h:10830:21: note: previous definition is here
[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]
[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]
[style 0.0.1] /wrkdirs/usr/ports/www/firefox/work/.build/dist/include/mozilla/dom/BrowsingContext.h:524:29: warning: offset of on non-standard-layout type 'mozilla::dom::BrowsingContext' [-Winvalid-offsetof]
[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/mozilla/ServoStyleConsts.h:10840:20: error: class member cannot be redeclared, err: true
[style 0.0.1] /wrkdirs/usr/ports/www/firefox/work/.build/dist/include/mozilla/ServoStyleConsts.h:10843:21: error: class member cannot be redeclared, err: true
[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:524:29: warning: offset of on non-standard-layout type 'mozilla::dom::BrowsingContext' [-Winvalid-offsetof], err: false
/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]
/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]
/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]
/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]
/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]
/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]
/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]
/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]
/wrkdirs/usr/ports/www/firefox/work/.build/dist/include/mozilla/ServoStyleConsts.h:10840:20: error: class member cannot be redeclared
/wrkdirs/usr/ports/www/firefox/work/.build/dist/include/mozilla/ServoStyleConsts.h:10827:20: note: previous definition is here
/wrkdirs/usr/ports/www/firefox/work/.build/dist/include/mozilla/ServoStyleConsts.h:10843:21: error: class member cannot be redeclared
/wrkdirs/usr/ports/www/firefox/work/.build/dist/include/mozilla/ServoStyleConsts.h:10830:21: note: previous definition is here
/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]
/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]
/wrkdirs/usr/ports/www/firefox/work/.build/dist/include/mozilla/dom/BrowsingContext.h:524:29: warning: offset of on non-standard-layout type 'mozilla::dom::BrowsingContext' [-Winvalid-offsetof]
/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
/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
/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
/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
/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
/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
/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
/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
/wrkdirs/usr/ports/www/firefox/work/.build/dist/include/mozilla/ServoStyleConsts.h:10840:20: error: class member cannot be redeclared, err: true
/wrkdirs/usr/ports/www/firefox/work/.build/dist/include/mozilla/ServoStyleConsts.h:10843:21: error: class member cannot be redeclared, err: true
/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
/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
/wrkdirs/usr/ports/www/firefox/work/.build/dist/include/mozilla/dom/BrowsingContext.h:524:29: warning: offset of on non-standard-layout type 'mozilla::dom::BrowsingContext' [-Winvalid-offsetof], err: false