[INFO] crate decimal 2.0.4 is already in cache [INFO] extracting crate decimal 2.0.4 into work/ex/clippy-test-run/sources/stable/reg/decimal/2.0.4 [INFO] extracting crate decimal 2.0.4 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/decimal/2.0.4 [INFO] validating manifest of decimal-2.0.4 on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of decimal-2.0.4 on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing decimal-2.0.4 [INFO] finished frobbing decimal-2.0.4 [INFO] frobbed toml for decimal-2.0.4 written to work/ex/clippy-test-run/sources/stable/reg/decimal/2.0.4/Cargo.toml [INFO] started frobbing decimal-2.0.4 [INFO] finished frobbing decimal-2.0.4 [INFO] frobbed toml for decimal-2.0.4 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/decimal/2.0.4/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting decimal-2.0.4 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-7/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/decimal/2.0.4:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 326310cc1a1878c8548966861dba89733ef712a8196dad59458fa6818aafb756 [INFO] running `"docker" "start" "-a" "326310cc1a1878c8548966861dba89733ef712a8196dad59458fa6818aafb756"` [INFO] [stderr] Checking ord_subset v3.1.1 [INFO] [stderr] Compiling decimal v2.0.4 (/opt/crater/workdir) [INFO] [stderr] warning: In file included from decNumber/decDouble.c:137:0: [INFO] [stderr] warning: decNumber/decCommon.c: In function 'decFinalize': [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:376:13: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(ub-3, 0); // to 00000000 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:464:39: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (; s<=ulsd; s+=4, t+=4) UBFROMUI(t, UBTOUI(s)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:465:47: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (t=tlsd-shift+1; t<=tlsd; t+=4) UBFROMUI(t, 0); // pad 0s [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c: In function 'decDoubleFromString': [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:887:15: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(ub, UBTOUI(c)&0x0f0f0f0f); // to BCD8 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:900:41: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (; c<=clast-3; c+=4, ub+=4) UBFROMUI(ub, UBTOUI(c)&0x0f0f0f0f); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:926:13: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(ub, UBTOUI(c)&0x0f0f0f0f); // to BCD8 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c: In function 'decDoubleToEngString': [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1290:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1299:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourhi>>8); // declet 1 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1292:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1299:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourhi>>8); // declet 1 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1290:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1300:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char((sourhi<<2) | (sourlo>>30)); // declet 2 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1292:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1300:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char((sourhi<<2) | (sourlo>>30)); // declet 2 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1290:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1301:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourlo>>20); // declet 3 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1292:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1301:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourlo>>20); // declet 3 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1290:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1302:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourlo>>10); // declet 4 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1292:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1302:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourlo>>10); // declet 4 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1290:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1303:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourlo); // declet 5 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1292:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1303:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourlo); // declet 5 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1370:36: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (; s>=dotat; s-=4, t-=4) UBFROMUI(t, UBTOUI(s)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1386:42: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (s=t-pre; s>=string; s-=4, t-=4) UBFROMUI(t, UBTOUI(s)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1417:7: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c: In function 'decDoubleToString': [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1569:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1578:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourhi>>8); // declet 1 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1571:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1578:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourhi>>8); // declet 1 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1569:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1579:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char((sourhi<<2) | (sourlo>>30)); // declet 2 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1571:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1579:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char((sourhi<<2) | (sourlo>>30)); // declet 2 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1569:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1580:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourlo>>20); // declet 3 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1571:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1580:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourlo>>20); // declet 3 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1569:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1581:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourlo>>10); // declet 4 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1571:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1581:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourlo>>10); // declet 4 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1569:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1582:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourlo); // declet 5 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1571:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1582:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourlo); // declet 5 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1625:36: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (; s>=dotat; s-=4, t-=4) UBFROMUI(t, UBTOUI(s)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1645:9: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1683:40: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (s=t-pre; s>=string; s-=4, t-=4) UBFROMUI(t, UBTOUI(s)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c: In function 'decDivide': [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:532:7: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(ub, 0); // clear 9 BCD8s [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:533:7: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(ub+4, 0); // .. [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:548:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(ub, UBTOUI(&BIN2BCD8[top*4])); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:549:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(ub+3, UBTOUI(&BIN2BCD8[mid*4])); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:550:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(ub+6, UBTOUI(&BIN2BCD8[rem*4])); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:641:51: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (; UBTOUI(ub-3)==0x09090909; ub-=4) UBFROMUI(ub-3, 0); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c: In function 'decFiniteMultiply': [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:1033:7: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(ub, UBTOUI(&BIN2BCD8[top*4])); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:1034:7: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(ub+3, UBTOUI(&BIN2BCD8[mid*4])); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:1035:7: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(ub+6, UBTOUI(&BIN2BCD8[rem*4])); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:1038:7: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(ub, 0); // clear 9 BCD8s [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:1039:7: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(ub+4, 0); // .. [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c: In function 'decDoubleAdd': [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:1313:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(acc+ 4, 0x09090909-UBTOUI(acc+ 4)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:1314:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(acc+ 8, 0x09090909-UBTOUI(acc+ 8)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:1315:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(acc+12, 0x09090909-UBTOUI(acc+12)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:1316:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(acc+16, 0x09090909-UBTOUI(acc+16)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:1358:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (; utmsd; uhlsd-3; uh+=4) UBFROMUI(uh, 0x09090909-UBTOUI(uh)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:2175:7: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(ub-3, UBTOUI(ul-3)); // [cannot overlap] [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:2234:45: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (ul=lo->msd; ullsd-3; ul+=4) UBFROMUI(ul, 0x09090909-UBTOUI(ul)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c: In function 'decDoubleQuantize': [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:2970:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(BUFOFF-4, 0); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:3064:49: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (; UBTOUI(ub-3)==0x09090909; ub-=4) UBFROMUI(ub-3, 0); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:3077:7: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(BUFOFF-8, 0); // must be at least 5 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:3078:52: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (uc=BUFOFF-12; uc>ulsd-DECPMAX-3; uc-=4) UBFROMUI(uc, 0); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:3103:9: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(uc, 0); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c: In function 'decDoubleShift': [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:3435:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(buf+DECPMAX, 0); // 8 will handle most cases [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:3436:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(buf+DECPMAX+4, 0); // .. [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c: In function 'decNumCompare': [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:3701:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(bufl+DECPMAX+QUAD*2, 0); // add eight zeros [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:3702:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(bufl+DECPMAX+QUAD*2+4, 0); // .. [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:3708:55: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (up=bufl+DECPMAX+QUAD*2+8; up>4); // declet 1 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1292:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1306:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourhi>>4); // declet 1 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1290:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1307:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char((sourhi<<6) | (sourmh>>26)); // declet 2 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1292:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1307:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char((sourhi<<6) | (sourmh>>26)); // declet 2 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1290:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1308:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourmh>>16); // declet 3 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1292:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1308:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourmh>>16); // declet 3 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1290:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1309:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourmh>>6); // declet 4 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1292:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1309:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourmh>>6); // declet 4 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1290:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1310:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char((sourmh<<4) | (sourml>>28)); // declet 5 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1292:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1310:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char((sourmh<<4) | (sourml>>28)); // declet 5 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1290:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1311:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourml>>18); // declet 6 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1292:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1311:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourml>>18); // declet 6 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1290:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1312:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourml>>8); // declet 7 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1292:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1312:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourml>>8); // declet 7 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1290:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1313:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char((sourml<<2) | (sourlo>>30)); // declet 8 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1292:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1313:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char((sourml<<2) | (sourlo>>30)); // declet 8 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1290:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1314:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourlo>>20); // declet 9 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1292:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1314:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourlo>>20); // declet 9 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1290:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1315:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourlo>>10); // declet 10 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1292:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1315:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourlo>>10); // declet 10 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1290:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1316:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourlo); // declet 11 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1292:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1316:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourlo); // declet 11 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1370:36: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (; s>=dotat; s-=4, t-=4) UBFROMUI(t, UBTOUI(s)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1386:42: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (s=t-pre; s>=string; s-=4, t-=4) UBFROMUI(t, UBTOUI(s)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1422:9: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); // [as above] [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1430:9: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u)|CHARMASK);// copy fixed 3+1 characters [is safe] [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c: In function 'decQuadToString': [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1569:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1585:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourhi>>4); // declet 1 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1571:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1585:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourhi>>4); // declet 1 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1569:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1586:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char((sourhi<<6) | (sourmh>>26)); // declet 2 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1571:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1586:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char((sourhi<<6) | (sourmh>>26)); // declet 2 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1569:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1587:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourmh>>16); // declet 3 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1571:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1587:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourmh>>16); // declet 3 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1569:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1588:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourmh>>6); // declet 4 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1571:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1588:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourmh>>6); // declet 4 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1569:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1589:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char((sourmh<<4) | (sourml>>28)); // declet 5 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1571:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1589:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char((sourmh<<4) | (sourml>>28)); // declet 5 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1569:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1590:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourml>>18); // declet 6 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1571:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1590:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourml>>18); // declet 6 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1569:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1591:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourml>>8); // declet 7 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1571:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1591:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourml>>8); // declet 7 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1569:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1592:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char((sourml<<2) | (sourlo>>30)); // declet 8 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1571:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1592:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char((sourml<<2) | (sourlo>>30)); // declet 8 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1569:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1593:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourlo>>20); // declet 9 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1571:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1593:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourlo>>20); // declet 9 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1569:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1594:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourlo>>10); // declet 10 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1571:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1594:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourlo>>10); // declet 10 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1569:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1595:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourlo); // declet 11 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1571:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1595:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourlo); // declet 11 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1625:36: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (; s>=dotat; s-=4, t-=4) UBFROMUI(t, UBTOUI(s)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1650:11: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); // [as above] [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1658:11: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u)|CHARMASK); // copy fixed 3+1 characters [is safe] [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1683:40: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (s=t-pre; s>=string; s-=4, t-=4) UBFROMUI(t, UBTOUI(s)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c: In function 'decDivide': [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:532:7: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(ub, 0); // clear 9 BCD8s [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:533:7: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(ub+4, 0); // .. [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:548:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(ub, UBTOUI(&BIN2BCD8[top*4])); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:549:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(ub+3, UBTOUI(&BIN2BCD8[mid*4])); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:550:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(ub+6, UBTOUI(&BIN2BCD8[rem*4])); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:641:51: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (; UBTOUI(ub-3)==0x09090909; ub-=4) UBFROMUI(ub-3, 0); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c: In function 'decFiniteMultiply': [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:1033:7: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(ub, UBTOUI(&BIN2BCD8[top*4])); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:1034:7: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(ub+3, UBTOUI(&BIN2BCD8[mid*4])); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:1035:7: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(ub+6, UBTOUI(&BIN2BCD8[rem*4])); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:1038:7: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(ub, 0); // clear 9 BCD8s [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:1039:7: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(ub+4, 0); // .. [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c: In function 'decQuadAdd': [INFO] [stderr] warning: decNumber/decNumberLocal.h:158:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUS(b, i) (uswork=(i), memcpy(b, (void *)&uswork, 2), uswork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:1287:5: note: in expansion of macro 'UBFROMUS' [INFO] [stderr] warning: UBFROMUS(acc+4, 0); // prefix 00 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:1313:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(acc+ 4, 0x09090909-UBTOUI(acc+ 4)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:1314:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(acc+ 8, 0x09090909-UBTOUI(acc+ 8)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:1315:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(acc+12, 0x09090909-UBTOUI(acc+12)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:1316:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(acc+16, 0x09090909-UBTOUI(acc+16)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:1318:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(acc+20, 0x09090909-UBTOUI(acc+20)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:1319:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(acc+24, 0x09090909-UBTOUI(acc+24)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:1320:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(acc+28, 0x09090909-UBTOUI(acc+28)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:1321:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(acc+32, 0x09090909-UBTOUI(acc+32)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:1322:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(acc+36, 0x09090909-UBTOUI(acc+36)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:1358:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (; utmsd; uhlsd-3; uh+=4) UBFROMUI(uh, 0x09090909-UBTOUI(uh)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:2175:7: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(ub-3, UBTOUI(ul-3)); // [cannot overlap] [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:2234:45: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (ul=lo->msd; ullsd-3; ul+=4) UBFROMUI(ul, 0x09090909-UBTOUI(ul)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c: In function 'decQuadQuantize': [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:2970:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(BUFOFF-4, 0); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:3064:49: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (; UBTOUI(ub-3)==0x09090909; ub-=4) UBFROMUI(ub-3, 0); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:3077:7: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(BUFOFF-8, 0); // must be at least 5 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:3078:52: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (uc=BUFOFF-12; uc>ulsd-DECPMAX-3; uc-=4) UBFROMUI(uc, 0); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:3103:9: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(uc, 0); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c: In function 'decQuadShift': [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:3435:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(buf+DECPMAX, 0); // 8 will handle most cases [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:3436:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(buf+DECPMAX+4, 0); // .. [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c: In function 'decNumCompare': [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:3681:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(bufl, 0); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:3682:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(bufr, 0); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:3701:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(bufl+DECPMAX+QUAD*2, 0); // add eight zeros [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:3702:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(bufl+DECPMAX+QUAD*2+4, 0); // .. [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decBasic.c:3708:55: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (up=bufl+DECPMAX+QUAD*2+8; up>10); // declet 1 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1292:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1295:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourhi>>10); // declet 1 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1290:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1296:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourhi); // declet 2 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1292:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1296:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourhi); // declet 2 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1370:36: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (; s>=dotat; s-=4, t-=4) UBFROMUI(t, UBTOUI(s)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1386:42: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (s=t-pre; s>=string; s-=4, t-=4) UBFROMUI(t, UBTOUI(s)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1417:7: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c: In function 'decSingleToString': [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1569:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1574:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourhi>>10); // declet 1 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1571:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1574:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourhi>>10); // declet 1 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1569:26: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \ [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1575:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourhi); // declet 2 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1571:12: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); c+=*(u+3);} [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1575:3: note: in expansion of macro 'dpd2char' [INFO] [stderr] warning: dpd2char(sourhi); // declet 2 [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1625:36: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (; s>=dotat; s-=4, t-=4) UBFROMUI(t, UBTOUI(s)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1645:9: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(c, UBTOUI(u+3-*(u+3))|CHARMASK); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decCommon.c:1683:40: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: for (s=t-pre; s>=string; s-=4, t-=4) UBFROMUI(t, UBTOUI(s)); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: In file included from decNumber/decimal128.c:32:0: [INFO] [stderr] warning: decNumber/decimal128.c: In function 'decimal128FromNumber': [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decimal128.c:165:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(d128->bytes, targlo); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decimal128.c:166:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(d128->bytes+4, targml); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decimal128.c:167:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(d128->bytes+8, targmh); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decimal128.c:168:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(d128->bytes+12, targhi); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decimal128.c:172:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(d128->bytes, targhi); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decimal128.c:173:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(d128->bytes+4, targmh); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decimal128.c:174:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(d128->bytes+8, targml); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decimal128.c:175:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(d128->bytes+12, targlo); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: In file included from decNumber/decimal64.c:32:0: [INFO] [stderr] warning: decNumber/decimal64.c: In function 'decimal64FromNumber': [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decimal64.c:186:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(d64->bytes, targar[0]); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decimal64.c:187:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(d64->bytes+4, targar[1]); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decimal64.c:191:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(d64->bytes, targar[1]); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: decNumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] [INFO] [stderr] warning: #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) [INFO] [stderr] warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: decNumber/decimal64.c:192:5: note: in expansion of macro 'UBFROMUI' [INFO] [stderr] warning: UBFROMUI(d64->bytes+4, targar[0]); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/dec128.rs:495:16 [INFO] [stderr] | [INFO] [stderr] 495 | d128 { bytes: bytes } [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `bytes` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/dec128.rs:495:16 [INFO] [stderr] | [INFO] [stderr] 495 | d128 { bytes: bytes } [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `bytes` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:94:38 [INFO] [stderr] | [INFO] [stderr] 94 | const CONVERSION_SYNTAX = 0x00000001; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x0000_0001` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unreadable_literal)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:96:38 [INFO] [stderr] | [INFO] [stderr] 96 | const DIVISION_BY_ZERO = 0x00000002; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x0000_0002` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:98:38 [INFO] [stderr] | [INFO] [stderr] 98 | const DIVISION_IMPOSSIBLE = 0x00000004; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x0000_0004` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:100:38 [INFO] [stderr] | [INFO] [stderr] 100 | const DIVISION_UNDEFINED = 0x00000008; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x0000_0008` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:103:38 [INFO] [stderr] | [INFO] [stderr] 103 | const INEXACT = 0x00000020; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x0000_0020` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:106:38 [INFO] [stderr] | [INFO] [stderr] 106 | const INVALID_OPERATION = 0x00000080; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x0000_0080` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:109:38 [INFO] [stderr] | [INFO] [stderr] 109 | const OVERFLOW = 0x00000200; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x0000_0200` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:114:38 [INFO] [stderr] | [INFO] [stderr] 114 | const UNDERFLOW = 0x00002000; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x0000_2000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:94:38 [INFO] [stderr] | [INFO] [stderr] 94 | const CONVERSION_SYNTAX = 0x00000001; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x0000_0001` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unreadable_literal)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:96:38 [INFO] [stderr] | [INFO] [stderr] 96 | const DIVISION_BY_ZERO = 0x00000002; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x0000_0002` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:98:38 [INFO] [stderr] | [INFO] [stderr] 98 | const DIVISION_IMPOSSIBLE = 0x00000004; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x0000_0004` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:100:38 [INFO] [stderr] | [INFO] [stderr] 100 | const DIVISION_UNDEFINED = 0x00000008; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x0000_0008` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:103:38 [INFO] [stderr] | [INFO] [stderr] 103 | const INEXACT = 0x00000020; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x0000_0020` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:106:38 [INFO] [stderr] | [INFO] [stderr] 106 | const INVALID_OPERATION = 0x00000080; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x0000_0080` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:109:38 [INFO] [stderr] | [INFO] [stderr] 109 | const OVERFLOW = 0x00000200; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x0000_0200` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/lib.rs:114:38 [INFO] [stderr] | [INFO] [stderr] 114 | const UNDERFLOW = 0x00002000; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x0000_2000` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/bin/run-test.rs:287:9 [INFO] [stderr] | [INFO] [stderr] 287 | raw: raw, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `raw` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/bin/run-test.rs:288:9 [INFO] [stderr] | [INFO] [stderr] 288 | id: id, [INFO] [stderr] | ^^^^^^ help: replace it with: `id` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/bin/run-test.rs:289:9 [INFO] [stderr] | [INFO] [stderr] 289 | op: op, [INFO] [stderr] | ^^^^^^ help: replace it with: `op` [INFO] [stderr] | [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/bin/run-test.rs:287:9 [INFO] [stderr] | [INFO] [stderr] 287 | raw: raw, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `raw` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/bin/run-test.rs:288:9 [INFO] [stderr] | [INFO] [stderr] 288 | id: id, [INFO] [stderr] | ^^^^^^ help: replace it with: `id` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/bin/run-test.rs:289:9 [INFO] [stderr] | [INFO] [stderr] 289 | op: op, [INFO] [stderr] | ^^^^^^ help: replace it with: `op` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: needlessly taken reference of left operand [INFO] [stderr] --> src/dec128.rs:1049:33 [INFO] [stderr] | [INFO] [stderr] 1049 | assert_eq!(d128!(3.33), &d128!(1.11) + d128!(2.22)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::op_ref)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#op_ref [INFO] [stderr] help: use the left value directly [INFO] [stderr] | [INFO] [stderr] 1049 | assert_eq!(d128!(3.33), { [INFO] [stderr] 1050 | use std::str::FromStr; [INFO] [stderr] 1051 | $crate::d128::from_str(stringify!($lit)).expect("Invalid decimal float literal") [INFO] [stderr] 1052 | } + d128!(2.22)); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: taken reference of right operand [INFO] [stderr] --> src/dec128.rs:1050:33 [INFO] [stderr] | [INFO] [stderr] 1050 | assert_eq!(d128!(3.33), d128!(1.11) + &d128!(2.22)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#op_ref [INFO] [stderr] help: use the right value directly [INFO] [stderr] | [INFO] [stderr] 1050 | assert_eq!(d128!(3.33), d128!(1.11) + { [INFO] [stderr] 1051 | use std::str::FromStr; [INFO] [stderr] 1052 | $crate::d128::from_str(stringify!($lit)).expect("Invalid decimal float literal") [INFO] [stderr] 1053 | }); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: needlessly taken reference of both operands [INFO] [stderr] --> src/dec128.rs:1051:33 [INFO] [stderr] | [INFO] [stderr] 1051 | assert_eq!(d128!(3.33), &d128!(1.11) + &d128!(2.22)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#op_ref [INFO] [stderr] help: use the values directly [INFO] [stderr] | [INFO] [stderr] 1051 | assert_eq!(d128!(3.33), { [INFO] [stderr] 1052 | use std::str::FromStr; [INFO] [stderr] 1053 | $crate::d128::from_str(stringify!($lit)).expect("Invalid decimal float literal") [INFO] [stderr] 1054 | } + { [INFO] [stderr] 1055 | use std::str::FromStr; [INFO] [stderr] 1056 | $crate::d128::from_str(stringify!($lit)).expect("Invalid decimal float literal") [INFO] [stderr] ... [INFO] [stderr] [INFO] [stderr] warning: explicit lifetimes given in parameter types where they could be elided (or replaced with `'_` if needed by type declaration) [INFO] [stderr] --> src/bin/run-test.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / fn split_token<'a>(line: &'a str) -> (&'a str, &'a str) { [INFO] [stderr] 26 | | let line = line.trim_left(); [INFO] [stderr] 27 | | if line.starts_with("--") { [INFO] [stderr] 28 | | ("", "") [INFO] [stderr] ... | [INFO] [stderr] 40 | | } [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::needless_lifetimes)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stderr] [INFO] [stderr] warning: single-character string constant used as pattern [INFO] [stderr] --> src/bin/run-test.rs:29:32 [INFO] [stderr] | [INFO] [stderr] 29 | } else if line.starts_with("\"") { [INFO] [stderr] | ^^^^ help: try using a char instead: `'\"'` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::single_char_pattern)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern [INFO] [stderr] [INFO] [stderr] warning: single-character string constant used as pattern [INFO] [stderr] --> src/bin/run-test.rs:32:32 [INFO] [stderr] | [INFO] [stderr] 32 | } else if line.starts_with("'") { [INFO] [stderr] | ^^^ help: try using a char instead: `'''` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/bin/run-test.rs:267:9 [INFO] [stderr] | [INFO] [stderr] 267 | / status = status | [INFO] [stderr] 268 | | match cond.as_ref() { [INFO] [stderr] 269 | | "conversion_syntax" => Status::CONVERSION_SYNTAX, [INFO] [stderr] 270 | | "division_by_zero" => Status::DIVISION_BY_ZERO, [INFO] [stderr] ... | [INFO] [stderr] 283 | | _ => panic!("Cannot parse condition {}", s.current()), [INFO] [stderr] 284 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::assign_op_pattern)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] help: replace it with [INFO] [stderr] | [INFO] [stderr] 267 | status |= match cond.as_ref() { [INFO] [stderr] 268 | "conversion_syntax" => Status::CONVERSION_SYNTAX, [INFO] [stderr] 269 | "division_by_zero" => Status::DIVISION_BY_ZERO, [INFO] [stderr] 270 | "division_impossible" => Status::DIVISION_IMPOSSIBLE, [INFO] [stderr] 271 | "division_undefined" => Status::DIVISION_UNDEFINED, [INFO] [stderr] 272 | "insufficient_storage" => Status::empty(), // INSUFFICIENT_STORAGE, [INFO] [stderr] ... [INFO] [stderr] [INFO] [stderr] warning: explicit lifetimes given in parameter types where they could be elided (or replaced with `'_` if needed by type declaration) [INFO] [stderr] --> src/bin/run-test.rs:295:1 [INFO] [stderr] | [INFO] [stderr] 295 | / fn parse_line<'a>(line: &'a str) -> Option> { [INFO] [stderr] 296 | | let mut scanner = Scanner::new(line); [INFO] [stderr] 297 | | match scanner.next() { [INFO] [stderr] 298 | | "" => None, [INFO] [stderr] ... | [INFO] [stderr] 302 | | } [INFO] [stderr] 303 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stderr] [INFO] [stderr] warning: single-character string constant used as pattern [INFO] [stderr] --> src/bin/run-test.rs:300:34 [INFO] [stderr] | [INFO] [stderr] 300 | token if token.ends_with(":") => Some(Instr::Directive(parse_directive(&mut scanner))), [INFO] [stderr] | ^^^ help: try using a char instead: `':'` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern [INFO] [stderr] [INFO] [stderr] warning: the function has a cyclomatic complexity of 26 [INFO] [stderr] --> src/bin/run-test.rs:453:1 [INFO] [stderr] | [INFO] [stderr] 453 | / fn run_test<'a>(env: &Environment, test: Test<'a>) -> TestResult<'a> { [INFO] [stderr] 454 | | use std::ops::*; [INFO] [stderr] 455 | | [INFO] [stderr] 456 | | let d128_env = Environment { [INFO] [stderr] ... | [INFO] [stderr] 537 | | } [INFO] [stderr] 538 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::cyclomatic_complexity)] on by default [INFO] [stderr] = help: you could split it up into multiple smaller functions [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cyclomatic_complexity [INFO] [stderr] [INFO] [stderr] warning: explicit lifetimes given in parameter types where they could be elided (or replaced with `'_` if needed by type declaration) [INFO] [stderr] --> src/bin/run-test.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / fn split_token<'a>(line: &'a str) -> (&'a str, &'a str) { [INFO] [stderr] 26 | | let line = line.trim_left(); [INFO] [stderr] 27 | | if line.starts_with("--") { [INFO] [stderr] 28 | | ("", "") [INFO] [stderr] ... | [INFO] [stderr] 40 | | } [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::needless_lifetimes)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stderr] [INFO] [stderr] warning: single-character string constant used as pattern [INFO] [stderr] --> src/bin/run-test.rs:29:32 [INFO] [stderr] | [INFO] [stderr] 29 | } else if line.starts_with("\"") { [INFO] [stderr] | ^^^^ help: try using a char instead: `'\"'` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::single_char_pattern)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern [INFO] [stderr] [INFO] [stderr] warning: single-character string constant used as pattern [INFO] [stderr] --> src/bin/run-test.rs:32:32 [INFO] [stderr] | [INFO] [stderr] 32 | } else if line.starts_with("'") { [INFO] [stderr] | ^^^ help: try using a char instead: `'''` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/bin/run-test.rs:267:9 [INFO] [stderr] | [INFO] [stderr] 267 | / status = status | [INFO] [stderr] 268 | | match cond.as_ref() { [INFO] [stderr] 269 | | "conversion_syntax" => Status::CONVERSION_SYNTAX, [INFO] [stderr] 270 | | "division_by_zero" => Status::DIVISION_BY_ZERO, [INFO] [stderr] ... | [INFO] [stderr] 283 | | _ => panic!("Cannot parse condition {}", s.current()), [INFO] [stderr] 284 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::assign_op_pattern)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] help: replace it with [INFO] [stderr] | [INFO] [stderr] 267 | status |= match cond.as_ref() { [INFO] [stderr] 268 | "conversion_syntax" => Status::CONVERSION_SYNTAX, [INFO] [stderr] 269 | "division_by_zero" => Status::DIVISION_BY_ZERO, [INFO] [stderr] 270 | "division_impossible" => Status::DIVISION_IMPOSSIBLE, [INFO] [stderr] 271 | "division_undefined" => Status::DIVISION_UNDEFINED, [INFO] [stderr] 272 | "insufficient_storage" => Status::empty(), // INSUFFICIENT_STORAGE, [INFO] [stderr] ... [INFO] [stderr] [INFO] [stderr] warning: explicit lifetimes given in parameter types where they could be elided (or replaced with `'_` if needed by type declaration) [INFO] [stderr] --> src/bin/run-test.rs:295:1 [INFO] [stderr] | [INFO] [stderr] 295 | / fn parse_line<'a>(line: &'a str) -> Option> { [INFO] [stderr] 296 | | let mut scanner = Scanner::new(line); [INFO] [stderr] 297 | | match scanner.next() { [INFO] [stderr] 298 | | "" => None, [INFO] [stderr] ... | [INFO] [stderr] 302 | | } [INFO] [stderr] 303 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stderr] [INFO] [stderr] warning: single-character string constant used as pattern [INFO] [stderr] --> src/bin/run-test.rs:300:34 [INFO] [stderr] | [INFO] [stderr] 300 | token if token.ends_with(":") => Some(Instr::Directive(parse_directive(&mut scanner))), [INFO] [stderr] | ^^^ help: try using a char instead: `':'` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern [INFO] [stderr] [INFO] [stderr] warning: the function has a cyclomatic complexity of 26 [INFO] [stderr] --> src/bin/run-test.rs:453:1 [INFO] [stderr] | [INFO] [stderr] 453 | / fn run_test<'a>(env: &Environment, test: Test<'a>) -> TestResult<'a> { [INFO] [stderr] 454 | | use std::ops::*; [INFO] [stderr] 455 | | [INFO] [stderr] 456 | | let d128_env = Environment { [INFO] [stderr] ... | [INFO] [stderr] 537 | | } [INFO] [stderr] 538 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::cyclomatic_complexity)] on by default [INFO] [stderr] = help: you could split it up into multiple smaller functions [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cyclomatic_complexity [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.68s [INFO] running `"docker" "inspect" "326310cc1a1878c8548966861dba89733ef712a8196dad59458fa6818aafb756"` [INFO] running `"docker" "rm" "-f" "326310cc1a1878c8548966861dba89733ef712a8196dad59458fa6818aafb756"` [INFO] [stdout] 326310cc1a1878c8548966861dba89733ef712a8196dad59458fa6818aafb756