[INFO] fetching crate boringssl 0.0.5... [INFO] checking boringssl-0.0.5 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate boringssl 0.0.5 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate boringssl 0.0.5 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate boringssl 0.0.5 [INFO] finished tweaking crates.io crate boringssl 0.0.5 [INFO] tweaked toml for crates.io crate boringssl 0.0.5 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 803e4b6dbf1a53a6368c6fa1c0bc7a4b9ffc737e270b49163d1454a0e024ca52 [INFO] running `Command { std: "docker" "start" "-a" "803e4b6dbf1a53a6368c6fa1c0bc7a4b9ffc737e270b49163d1454a0e024ca52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "803e4b6dbf1a53a6368c6fa1c0bc7a4b9ffc737e270b49163d1454a0e024ca52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "803e4b6dbf1a53a6368c6fa1c0bc7a4b9ffc737e270b49163d1454a0e024ca52", kill_on_drop: false }` [INFO] [stdout] 803e4b6dbf1a53a6368c6fa1c0bc7a4b9ffc737e270b49163d1454a0e024ca52 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 12250a752da5a233c72ce8ae7acdc444f1715df128e6cfb3c82fc60546c83165 [INFO] running `Command { std: "docker" "start" "-a" "12250a752da5a233c72ce8ae7acdc444f1715df128e6cfb3c82fc60546c83165", kill_on_drop: false }` [INFO] [stderr] Compiling boringssl v0.0.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated type alias `gcc::Config`: gcc::Config has been renamed to gcc::Build [INFO] [stdout] --> build.rs:158:30 [INFO] [stdout] | [INFO] [stdout] 158 | let mut boringssl = gcc::Config::new(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> build.rs:87:64 [INFO] [stdout] | [INFO] [stdout] 87 | Err(why) => panic!("couldn't open BUILD file: {}", why.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:158:38 [INFO] [stdout] | [INFO] [stdout] 158 | let mut boringssl = gcc::Config::new(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c: In function 'aes_hw_set_encrypt_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c:1082:50: warning: unused parameter 'user_key' [-Wunused-parameter] [INFO] [stderr] warning: 1082 | static int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c:1082:64: warning: unused parameter 'bits' [-Wunused-parameter] [INFO] [stderr] warning: 1082 | static int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { [INFO] [stderr] warning: | ~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c:1082:79: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: 1082 | static int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { [INFO] [stderr] warning: | ~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c: In function 'aes_hw_set_decrypt_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c:1086:50: warning: unused parameter 'user_key' [-Wunused-parameter] [INFO] [stderr] warning: 1086 | static int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c:1086:64: warning: unused parameter 'bits' [-Wunused-parameter] [INFO] [stderr] warning: 1086 | static int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { [INFO] [stderr] warning: | ~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c:1086:79: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: 1086 | static int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { [INFO] [stderr] warning: | ~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c: In function 'aes_hw_encrypt': [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c:1090:43: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] warning: 1090 | static void aes_hw_encrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c:1090:56: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: 1090 | static void aes_hw_encrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { [INFO] [stderr] warning: | ~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c:1090:76: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: 1090 | static void aes_hw_encrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c: In function 'aes_hw_decrypt': [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c:1094:43: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] warning: 1094 | static void aes_hw_decrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c:1094:56: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: 1094 | static void aes_hw_decrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { [INFO] [stderr] warning: | ~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c:1094:76: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: 1094 | static void aes_hw_decrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/a_d2i_fp.c: In function 'ASN1_d2i_bio': [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/a_d2i_fp.c:86:28: warning: unused parameter 'xnew' [-Wunused-parameter] [INFO] [stderr] warning: 86 | void *ASN1_d2i_bio(void *(*xnew) (void), d2i_of_void *d2i, BIO *in, void **x) [INFO] [stderr] warning: | ~~~~~~~~^~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/a_mbstr.c: In function 'in_utf8': [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/a_mbstr.c:295:34: warning: unused parameter 'value' [-Wunused-parameter] [INFO] [stderr] warning: 295 | static int in_utf8(unsigned long value, void *arg) [INFO] [stderr] warning: | ~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/f_string.c: In function 'i2a_ASN1_STRING': [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/f_string.c:61:50: warning: unused parameter 'type' [-Wunused-parameter] [INFO] [stderr] warning: 61 | int i2a_ASN1_STRING(BIO *bp, ASN1_STRING *a, int type) [INFO] [stderr] warning: | ~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_bignum.c: In function 'bn_new': [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_bignum.c:97:55: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: 97 | static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it) [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_bignum.c: In function 'bn_i2c': [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_bignum.c:117:64: warning: unused parameter 'putype' [-Wunused-parameter] [INFO] [stderr] warning: 117 | static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, [INFO] [stderr] warning: | ~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_bignum.c:118:36: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: 118 | const ASN1_ITEM *it) [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_bignum.c: In function 'bn_c2i': [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_bignum.c:139:23: warning: unused parameter 'utype' [-Wunused-parameter] [INFO] [stderr] warning: 139 | int utype, char *free_cont, const ASN1_ITEM *it) [INFO] [stderr] warning: | ~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_bignum.c:139:36: warning: unused parameter 'free_cont' [-Wunused-parameter] [INFO] [stderr] warning: 139 | int utype, char *free_cont, const ASN1_ITEM *it) [INFO] [stderr] warning: | ~~~~~~^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_long.c: In function 'long_i2c': [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_long.c:113:66: warning: unused parameter 'putype' [-Wunused-parameter] [INFO] [stderr] warning: 113 | static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, [INFO] [stderr] warning: | ~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_long.c: In function 'long_c2i': [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_long.c:160:25: warning: unused parameter 'utype' [-Wunused-parameter] [INFO] [stderr] warning: 160 | int utype, char *free_cont, const ASN1_ITEM *it) [INFO] [stderr] warning: | ~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_long.c:160:38: warning: unused parameter 'free_cont' [-Wunused-parameter] [INFO] [stderr] warning: 160 | int utype, char *free_cont, const ASN1_ITEM *it) [INFO] [stderr] warning: | ~~~~~~^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_long.c: In function 'long_print': [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_long.c:196:69: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: 196 | static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_long.c:197:27: warning: unused parameter 'indent' [-Wunused-parameter] [INFO] [stderr] warning: 197 | int indent, const ASN1_PCTX *pctx) [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_long.c:197:52: warning: unused parameter 'pctx' [-Wunused-parameter] [INFO] [stderr] warning: 197 | int indent, const ASN1_PCTX *pctx) [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/base64/base64.c: In function 'EVP_DecodeFinal': [INFO] [stderr] warning: third_party/boringssl/src/crypto/base64/base64.c:362:51: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: 362 | int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out, int *out_len) { [INFO] [stderr] warning: | ~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/bio/bio.c: In function 'BIO_set_write_buffer_size': [INFO] [stderr] warning: third_party/boringssl/src/crypto/bio/bio.c:612:36: warning: unused parameter 'bio' [-Wunused-parameter] [INFO] [stderr] warning: 612 | int BIO_set_write_buffer_size(BIO *bio, int buffer_size) { return 0; } [INFO] [stderr] warning: | ~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/bio/bio.c:612:45: warning: unused parameter 'buffer_size' [-Wunused-parameter] [INFO] [stderr] warning: 612 | int BIO_set_write_buffer_size(BIO *bio, int buffer_size) { return 0; } [INFO] [stderr] warning: | ~~~~^~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/bio/connect.c: In function 'conn_callback_ctrl': [INFO] [stderr] warning: third_party/boringssl/src/crypto/bio/connect.c:491:29: warning: cast between incompatible function types from 'bio_info_cb' {aka 'long int (*)(struct bio_st *, int, const char *, int, long int, long int)'} to 'int (*)(const struct bio_st *, int, int)' [-Wcast-function-type] [INFO] [stderr] warning: 491 | data->info_callback = (int (*)(const struct bio_st *, int, int))fp; [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: third_party/boringssl/src/crypto/bio/fd.c: In function 'fd_ctrl': [INFO] [stderr] warning: third_party/boringssl/src/crypto/bio/fd.c:192:11: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 192 | num = 0; [INFO] [stderr] warning: | ~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/bio/fd.c:193:5: note: here [INFO] [stderr] warning: 193 | case BIO_C_FILE_SEEK: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/bio/file.c: In function 'file_new': [INFO] [stderr] warning: third_party/boringssl/src/crypto/bio/file.c:128:26: warning: unused parameter 'bio' [-Wunused-parameter] [INFO] [stderr] warning: 128 | static int file_new(BIO *bio) { return 1; } [INFO] [stderr] warning: | ~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/bio/file.c: In function 'file_ctrl': [INFO] [stderr] warning: third_party/boringssl/src/crypto/bio/file.c:186:11: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 186 | num = 0; [INFO] [stderr] warning: | ~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/bio/file.c:187:5: note: here [INFO] [stderr] warning: 187 | case BIO_C_FILE_SEEK: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/bn/exponentiation.c: In function 'BN_RECP_CTX_set': [INFO] [stderr] warning: third_party/boringssl/src/crypto/bn/exponentiation.c:219:72: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 219 | static int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *d, BN_CTX *ctx) { [INFO] [stderr] warning: | ~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/bn/montgomery.c: In function 'BN_MONT_CTX_set': [INFO] [stderr] warning: third_party/boringssl/src/crypto/bn/montgomery.c:171:67: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 171 | int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx) { [INFO] [stderr] warning: | ~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/bn/mul.c: In function 'bn_sub_part_words': [INFO] [stderr] warning: third_party/boringssl/src/crypto/bn/mul.c:230:16: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 230 | if (--dl <= 0) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: third_party/boringssl/src/crypto/bn/mul.c:233:11: note: here [INFO] [stderr] warning: 233 | case 2: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/bn/mul.c:235:16: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 235 | if (--dl <= 0) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: third_party/boringssl/src/crypto/bn/mul.c:238:11: note: here [INFO] [stderr] warning: 238 | case 3: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/bn/random.c: In function 'BN_generate_dsa_nonce': [INFO] [stderr] warning: third_party/boringssl/src/crypto/bn/random.c:266:35: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 266 | BN_CTX *ctx) { [INFO] [stderr] warning: | ~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/aead.c: In function 'EVP_AEAD_CTX_init': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/aead.c:40:31: warning: unused parameter 'impl' [-Wunused-parameter] [INFO] [stderr] warning: 40 | ENGINE *impl) { [INFO] [stderr] warning: | ~~~~~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/cipher.c: In function 'EVP_CipherInit_ex': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/cipher.c:153:31: warning: unused parameter 'engine' [-Wunused-parameter] [INFO] [stderr] warning: 153 | ENGINE *engine, const uint8_t *key, const uint8_t *iv, [INFO] [stderr] warning: | ~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/cipher.c: In function 'EVP_add_cipher_alias': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/cipher.c:630:38: warning: unused parameter 'a' [-Wunused-parameter] [INFO] [stderr] warning: 630 | int EVP_add_cipher_alias(const char *a, const char *b) { [INFO] [stderr] warning: | ~~~~~~~~~~~~^ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/cipher.c:630:53: warning: unused parameter 'b' [-Wunused-parameter] [INFO] [stderr] warning: 630 | int EVP_add_cipher_alias(const char *a, const char *b) { [INFO] [stderr] warning: | ~~~~~~~~~~~~^ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_hw_set_encrypt_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:220:50: warning: unused parameter 'user_key' [-Wunused-parameter] [INFO] [stderr] warning: 220 | static int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:220:64: warning: unused parameter 'bits' [-Wunused-parameter] [INFO] [stderr] warning: 220 | static int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, [INFO] [stderr] warning: | ~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:221:44: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: 221 | AES_KEY *key) { [INFO] [stderr] warning: | ~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_hw_set_decrypt_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:225:50: warning: unused parameter 'user_key' [-Wunused-parameter] [INFO] [stderr] warning: 225 | static int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:225:64: warning: unused parameter 'bits' [-Wunused-parameter] [INFO] [stderr] warning: 225 | static int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, [INFO] [stderr] warning: | ~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:226:44: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: 226 | AES_KEY *key) { [INFO] [stderr] warning: | ~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_hw_encrypt': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:230:43: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] warning: 230 | static void aes_hw_encrypt(const uint8_t *in, uint8_t *out, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:230:56: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: 230 | static void aes_hw_encrypt(const uint8_t *in, uint8_t *out, [INFO] [stderr] warning: | ~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:231:43: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: 231 | const AES_KEY *key) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_hw_decrypt': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:235:43: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] warning: 235 | static void aes_hw_decrypt(const uint8_t *in, uint8_t *out, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:235:56: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: 235 | static void aes_hw_decrypt(const uint8_t *in, uint8_t *out, [INFO] [stderr] warning: | ~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:236:43: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: 236 | const AES_KEY *key) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_hw_cbc_encrypt': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:240:47: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] warning: 240 | static void aes_hw_cbc_encrypt(const uint8_t *in, uint8_t *out, size_t length, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:240:60: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: 240 | static void aes_hw_cbc_encrypt(const uint8_t *in, uint8_t *out, size_t length, [INFO] [stderr] warning: | ~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:240:72: warning: unused parameter 'length' [-Wunused-parameter] [INFO] [stderr] warning: 240 | static void aes_hw_cbc_encrypt(const uint8_t *in, uint8_t *out, size_t length, [INFO] [stderr] warning: | ~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:241:47: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: 241 | const AES_KEY *key, uint8_t *ivec, int enc) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:241:61: warning: unused parameter 'ivec' [-Wunused-parameter] [INFO] [stderr] warning: 241 | const AES_KEY *key, uint8_t *ivec, int enc) { [INFO] [stderr] warning: | ~~~~~~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:241:71: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: 241 | const AES_KEY *key, uint8_t *ivec, int enc) { [INFO] [stderr] warning: | ~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_hw_ctr32_encrypt_blocks': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:245:56: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] warning: 245 | static void aes_hw_ctr32_encrypt_blocks(const uint8_t *in, uint8_t *out, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:245:69: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: 245 | static void aes_hw_ctr32_encrypt_blocks(const uint8_t *in, uint8_t *out, [INFO] [stderr] warning: | ~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:246:48: warning: unused parameter 'len' [-Wunused-parameter] [INFO] [stderr] warning: 246 | size_t len, const AES_KEY *key, [INFO] [stderr] warning: | ~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:246:68: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: 246 | size_t len, const AES_KEY *key, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:247:55: warning: unused parameter 'ivec' [-Wunused-parameter] [INFO] [stderr] warning: 247 | const uint8_t ivec[16]) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~^~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_init_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:285:40: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] warning: 285 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_gcm_init_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:460:52: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: 460 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: | ~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aesni_init_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:788:42: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] warning: 788 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aesni_gcm_init_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:839:54: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: 839 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: | ~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_chacha20poly1305.c: In function 'aead_chacha20_poly1305_open': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_chacha20poly1305.c:210:64: warning: unused parameter 'max_out_len' [-Wunused-parameter] [INFO] [stderr] warning: 210 | size_t *out_len, size_t max_out_len, [INFO] [stderr] warning: | ~~~~~~~^~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_des.c: In function 'des_init_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_des.c:72:40: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] warning: 72 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_des.c:72:48: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: 72 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: | ~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_des.c: In function 'des_ede3_init_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_des.c:132:45: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] warning: 132 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_des.c:132:53: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: 132 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: | ~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_des.c: In function 'des_ede_init_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_des.c:163:45: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] warning: 163 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_des.c:163:53: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: 163 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: | ~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_null.c: In function 'null_init_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_null.c:67:42: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 67 | static int null_init_key(EVP_CIPHER_CTX *ctx, const uint8_t *key, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_null.c:67:62: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: 67 | static int null_init_key(EVP_CIPHER_CTX *ctx, const uint8_t *key, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_null.c:68:41: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] warning: 68 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_null.c:68:49: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: 68 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: | ~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_null.c: In function 'null_cipher': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_null.c:72:40: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 72 | static int null_cipher(EVP_CIPHER_CTX *ctx, uint8_t *out, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c: In function 'rc2_init_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:372:40: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] warning: 372 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:372:48: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: 372 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: | ~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c: In function 'rc2_ctrl': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:396:67: warning: unused parameter 'ptr' [-Wunused-parameter] [INFO] [stderr] warning: 396 | static int rc2_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr) { [INFO] [stderr] warning: | ~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c: In function 'RC2_cbc_encrypt': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:77:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 77 | (l2) = ((uint32_t)(*(--(c)))) << 24L; \ [INFO] [stderr] warning: | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:78:7: note: here [INFO] [stderr] warning: 78 | case 7: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:79:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 79 | (l2) |= ((uint32_t)(*(--(c)))) << 16L; \ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:80:7: note: here [INFO] [stderr] warning: 80 | case 6: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:81:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 81 | (l2) |= ((uint32_t)(*(--(c)))) << 8L; \ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:82:7: note: here [INFO] [stderr] warning: 82 | case 5: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:83:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 83 | (l2) |= ((uint32_t)(*(--(c)))); \ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:84:7: note: here [INFO] [stderr] warning: 84 | case 4: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:85:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 85 | (l1) = ((uint32_t)(*(--(c)))) << 24L; \ [INFO] [stderr] warning: | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:86:7: note: here [INFO] [stderr] warning: 86 | case 3: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:87:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 87 | (l1) |= ((uint32_t)(*(--(c)))) << 16L; \ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:88:7: note: here [INFO] [stderr] warning: 88 | case 2: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:89:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 89 | (l1) |= ((uint32_t)(*(--(c)))) << 8L; \ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:90:7: note: here [INFO] [stderr] warning: 90 | case 1: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:108:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 108 | *(--(c)) = (uint8_t)(((l2) >> 24L) & 0xff); \ [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:109:7: note: here [INFO] [stderr] warning: 109 | case 7: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:110:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 110 | *(--(c)) = (uint8_t)(((l2) >> 16L) & 0xff); \ [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:111:7: note: here [INFO] [stderr] warning: 111 | case 6: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:112:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 112 | *(--(c)) = (uint8_t)(((l2) >> 8L) & 0xff); \ [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:113:7: note: here [INFO] [stderr] warning: 113 | case 5: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:114:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 114 | *(--(c)) = (uint8_t)(((l2)) & 0xff); \ [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:115:7: note: here [INFO] [stderr] warning: 115 | case 4: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:116:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 116 | *(--(c)) = (uint8_t)(((l1) >> 24L) & 0xff); \ [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:117:7: note: here [INFO] [stderr] warning: 117 | case 3: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:118:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 118 | *(--(c)) = (uint8_t)(((l1) >> 16L) & 0xff); \ [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:119:7: note: here [INFO] [stderr] warning: 119 | case 2: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:120:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 120 | *(--(c)) = (uint8_t)(((l1) >> 8L) & 0xff); \ [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:121:7: note: here [INFO] [stderr] warning: 121 | case 1: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc4.c: In function 'rc4_init_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc4.c:66:40: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] warning: 66 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc4.c:66:48: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: 66 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: | ~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_ssl3.c: In function 'aead_ssl3_seal': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_ssl3.c:127:41: warning: unused parameter 'nonce' [-Wunused-parameter] [INFO] [stderr] warning: 127 | const uint8_t *nonce, size_t nonce_len, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_ssl3.c: In function 'aead_ssl3_open': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_ssl3.c:212:41: warning: unused parameter 'nonce' [-Wunused-parameter] [INFO] [stderr] warning: 212 | const uint8_t *nonce, size_t nonce_len, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/tls_cbc.c: In function 'EVP_tls_cbc_remove_padding': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/tls_cbc.c:78:41: warning: unused parameter 'block_size' [-Wunused-parameter] [INFO] [stderr] warning: 78 | unsigned block_size, unsigned mac_size) { [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cmac/cmac.c: In function 'CMAC_Init': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cmac/cmac.c:148:49: warning: unused parameter 'engine' [-Wunused-parameter] [INFO] [stderr] warning: 148 | const EVP_CIPHER *cipher, ENGINE *engine) { [INFO] [stderr] warning: | ~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c: In function 'eat_ws': [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c:405:27: warning: unused parameter 'conf' [-Wunused-parameter] [INFO] [stderr] warning: 405 | static char *eat_ws(CONF *conf, char *p) { [INFO] [stderr] warning: | ~~~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c: In function 'eat_alpha_numeric': [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c:414:38: warning: unused parameter 'conf' [-Wunused-parameter] [INFO] [stderr] warning: 414 | static char *eat_alpha_numeric(CONF *conf, char *p) { [INFO] [stderr] warning: | ~~~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c: In function 'scan_quote': [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c:427:31: warning: unused parameter 'conf' [-Wunused-parameter] [INFO] [stderr] warning: 427 | static char *scan_quote(CONF *conf, char *p) { [INFO] [stderr] warning: | ~~~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c: In function 'scan_dquote': [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c:447:32: warning: unused parameter 'conf' [-Wunused-parameter] [INFO] [stderr] warning: 447 | static char *scan_dquote(CONF *conf, char *p) { [INFO] [stderr] warning: | ~~~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c: In function 'CONF_modules_load_file': [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c:782:47: warning: unused parameter 'filename' [-Wunused-parameter] [INFO] [stderr] warning: 782 | int CONF_modules_load_file(CONF_MUST_BE_NULL *filename, const char *appname, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c:782:69: warning: unused parameter 'appname' [-Wunused-parameter] [INFO] [stderr] warning: 782 | int CONF_modules_load_file(CONF_MUST_BE_NULL *filename, const char *appname, [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c:783:42: warning: unused parameter 'flags' [-Wunused-parameter] [INFO] [stderr] warning: 783 | unsigned long flags) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c: In function 'OPENSSL_config': [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c:789:40: warning: unused parameter 'config_name' [-Wunused-parameter] [INFO] [stderr] warning: 789 | void OPENSSL_config(CONF_MUST_BE_NULL *config_name) {} [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/crypto.c: In function 'SSLeay_version': [INFO] [stderr] warning: third_party/boringssl/src/crypto/crypto.c:144:32: warning: unused parameter 'unused' [-Wunused-parameter] [INFO] [stderr] warning: 144 | const char *SSLeay_version(int unused) { [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: In file included from third_party/boringssl/src/crypto/des/des.c:61: [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c: In function 'DES_ncbc_encrypt': [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:90:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 90 | (l2) = ((uint32_t)(*(--(c)))) << 24L; \ [INFO] [stderr] warning: | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:586:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 586 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:91:7: note: here [INFO] [stderr] warning: 91 | case 7: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:586:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 586 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:92:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 92 | (l2) |= ((uint32_t)(*(--(c)))) << 16L; \ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:586:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 586 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:93:7: note: here [INFO] [stderr] warning: 93 | case 6: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:586:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 586 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:94:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 94 | (l2) |= ((uint32_t)(*(--(c)))) << 8L; \ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:586:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 586 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:95:7: note: here [INFO] [stderr] warning: 95 | case 5: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:586:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 586 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:96:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 96 | (l2) |= ((uint32_t)(*(--(c)))); \ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:586:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 586 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:97:7: note: here [INFO] [stderr] warning: 97 | case 4: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:586:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 586 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:98:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 98 | (l1) = ((uint32_t)(*(--(c)))) << 24L; \ [INFO] [stderr] warning: | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:586:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 586 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:99:7: note: here [INFO] [stderr] warning: 99 | case 3: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:586:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 586 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:100:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 100 | (l1) |= ((uint32_t)(*(--(c)))) << 16L; \ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:586:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 586 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:101:7: note: here [INFO] [stderr] warning: 101 | case 2: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:586:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 586 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:102:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 102 | (l1) |= ((uint32_t)(*(--(c)))) << 8L; \ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:586:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 586 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:103:7: note: here [INFO] [stderr] warning: 103 | case 1: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:586:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 586 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:114:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 114 | *(--(c)) = (unsigned char)(((l2) >> 24L) & 0xff); \ [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:624:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 624 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:115:7: note: here [INFO] [stderr] warning: 115 | case 7: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:624:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 624 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:116:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 116 | *(--(c)) = (unsigned char)(((l2) >> 16L) & 0xff); \ [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:624:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 624 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:117:7: note: here [INFO] [stderr] warning: 117 | case 6: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:624:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 624 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:118:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 118 | *(--(c)) = (unsigned char)(((l2) >> 8L) & 0xff); \ [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:624:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 624 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:119:7: note: here [INFO] [stderr] warning: 119 | case 5: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:624:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 624 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:120:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 120 | *(--(c)) = (unsigned char)(((l2)) & 0xff); \ [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:624:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 624 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:121:7: note: here [INFO] [stderr] warning: 121 | case 4: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:624:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 624 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:122:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 122 | *(--(c)) = (unsigned char)(((l1) >> 24L) & 0xff); \ [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:624:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 624 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:123:7: note: here [INFO] [stderr] warning: 123 | case 3: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:624:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 624 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:124:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 124 | *(--(c)) = (unsigned char)(((l1) >> 16L) & 0xff); \ [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:624:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 624 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:125:7: note: here [INFO] [stderr] warning: 125 | case 2: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:624:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 624 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:126:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 126 | *(--(c)) = (unsigned char)(((l1) >> 8L) & 0xff); \ [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:624:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 624 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:127:7: note: here [INFO] [stderr] warning: 127 | case 1: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:624:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 624 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c: In function 'DES_ede3_cbc_encrypt': [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:90:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 90 | (l2) = ((uint32_t)(*(--(c)))) << 24L; \ [INFO] [stderr] warning: | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:689:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 689 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:91:7: note: here [INFO] [stderr] warning: 91 | case 7: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:689:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 689 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:92:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 92 | (l2) |= ((uint32_t)(*(--(c)))) << 16L; \ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:689:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 689 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:93:7: note: here [INFO] [stderr] warning: 93 | case 6: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:689:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 689 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:94:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 94 | (l2) |= ((uint32_t)(*(--(c)))) << 8L; \ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:689:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 689 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:95:7: note: here [INFO] [stderr] warning: 95 | case 5: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:689:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 689 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:96:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 96 | (l2) |= ((uint32_t)(*(--(c)))); \ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:689:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 689 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:97:7: note: here [INFO] [stderr] warning: 97 | case 4: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:689:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 689 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:98:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 98 | (l1) = ((uint32_t)(*(--(c)))) << 24L; \ [INFO] [stderr] warning: | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:689:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 689 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:99:7: note: here [INFO] [stderr] warning: 99 | case 3: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:689:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 689 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:100:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 100 | (l1) |= ((uint32_t)(*(--(c)))) << 16L; \ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:689:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 689 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:101:7: note: here [INFO] [stderr] warning: 101 | case 2: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:689:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 689 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:102:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 102 | (l1) |= ((uint32_t)(*(--(c)))) << 8L; \ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:689:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 689 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:103:7: note: here [INFO] [stderr] warning: 103 | case 1: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:689:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: 689 | c2ln(in, tin0, tin1, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:114:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 114 | *(--(c)) = (unsigned char)(((l2) >> 24L) & 0xff); \ [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:745:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 745 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:115:7: note: here [INFO] [stderr] warning: 115 | case 7: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:745:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 745 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:116:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 116 | *(--(c)) = (unsigned char)(((l2) >> 16L) & 0xff); \ [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:745:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 745 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:117:7: note: here [INFO] [stderr] warning: 117 | case 6: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:745:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 745 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:118:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 118 | *(--(c)) = (unsigned char)(((l2) >> 8L) & 0xff); \ [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:745:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 745 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:119:7: note: here [INFO] [stderr] warning: 119 | case 5: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:745:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 745 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:120:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 120 | *(--(c)) = (unsigned char)(((l2)) & 0xff); \ [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:745:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 745 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:121:7: note: here [INFO] [stderr] warning: 121 | case 4: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:745:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 745 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:122:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 122 | *(--(c)) = (unsigned char)(((l1) >> 24L) & 0xff); \ [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:745:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 745 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:123:7: note: here [INFO] [stderr] warning: 123 | case 3: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:745:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 745 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:124:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 124 | *(--(c)) = (unsigned char)(((l1) >> 16L) & 0xff); \ [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:745:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 745 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:125:7: note: here [INFO] [stderr] warning: 125 | case 2: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:745:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 745 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:126:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 126 | *(--(c)) = (unsigned char)(((l1) >> 8L) & 0xff); \ [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:745:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 745 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/internal.h:127:7: note: here [INFO] [stderr] warning: 127 | case 1: \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/des/des.c:745:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: 745 | l2cn(tout0, tout1, out, len); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/dh/dh.c: In function 'DH_get_ex_new_index': [INFO] [stderr] warning: third_party/boringssl/src/crypto/dh/dh.c:467:66: warning: unused parameter 'unused' [-Wunused-parameter] [INFO] [stderr] warning: 467 | int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_unused *unused, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/dh/params.c: In function 'get_standard_parameters': [INFO] [stderr] warning: third_party/boringssl/src/crypto/dh/params.c:191:50: warning: unused parameter 'engine' [-Wunused-parameter] [INFO] [stderr] warning: 191 | const ENGINE *engine) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/digest/digest.c: In function 'EVP_DigestInit_ex': [INFO] [stderr] warning: third_party/boringssl/src/crypto/digest/digest.c:167:68: warning: unused parameter 'engine' [-Wunused-parameter] [INFO] [stderr] warning: 167 | int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *engine) { [INFO] [stderr] warning: | ~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/digest/digest.c: In function 'EVP_add_digest': [INFO] [stderr] warning: third_party/boringssl/src/crypto/digest/digest.c:249:34: warning: unused parameter 'digest' [-Wunused-parameter] [INFO] [stderr] warning: 249 | int EVP_add_digest(const EVP_MD *digest) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/dsa/dsa.c: In function 'DSA_sign': [INFO] [stderr] warning: third_party/boringssl/src/crypto/dsa/dsa.c:720:18: warning: unused parameter 'type' [-Wunused-parameter] [INFO] [stderr] warning: 720 | int DSA_sign(int type, const uint8_t *digest, size_t digest_len, [INFO] [stderr] warning: | ~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/dsa/dsa.c: In function 'DSA_verify': [INFO] [stderr] warning: third_party/boringssl/src/crypto/dsa/dsa.c:735:20: warning: unused parameter 'type' [-Wunused-parameter] [INFO] [stderr] warning: 735 | int DSA_verify(int type, const uint8_t *digest, size_t digest_len, [INFO] [stderr] warning: | ~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/dsa/dsa.c: In function 'DSA_get_ex_new_index': [INFO] [stderr] warning: third_party/boringssl/src/crypto/dsa/dsa.c:910:67: warning: unused parameter 'unused' [-Wunused-parameter] [INFO] [stderr] warning: 910 | int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_unused *unused, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c: In function 'EC_GROUP_cmp': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c:558:64: warning: unused parameter 'ignored' [-Wunused-parameter] [INFO] [stderr] warning: 558 | int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ignored) { [INFO] [stderr] warning: | ~~~~~~~~^~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c: In function 'EC_GROUP_get_order': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c:573:70: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 573 | int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) { [INFO] [stderr] warning: | ~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c: In function 'EC_GROUP_get_cofactor': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c:580:43: warning: unused parameter 'group' [-Wunused-parameter] [INFO] [stderr] warning: 580 | int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c:581:35: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 581 | BN_CTX *ctx) { [INFO] [stderr] warning: | ~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c: In function 'EC_GROUP_set_asn1_flag': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c:814:39: warning: unused parameter 'group' [-Wunused-parameter] [INFO] [stderr] warning: 814 | void EC_GROUP_set_asn1_flag(EC_GROUP *group, int flag) {} [INFO] [stderr] warning: | ~~~~~~~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c:814:50: warning: unused parameter 'flag' [-Wunused-parameter] [INFO] [stderr] warning: 814 | void EC_GROUP_set_asn1_flag(EC_GROUP *group, int flag) {} [INFO] [stderr] warning: | ~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c: In function 'EC_GROUP_method_of': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c:816:53: warning: unused parameter 'group' [-Wunused-parameter] [INFO] [stderr] warning: 816 | const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c: In function 'EC_METHOD_get_field_type': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c:820:47: warning: unused parameter 'meth' [-Wunused-parameter] [INFO] [stderr] warning: 820 | int EC_METHOD_get_field_type(const EC_METHOD *meth) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c: In function 'EC_GROUP_set_point_conversion_form': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c:824:51: warning: unused parameter 'group' [-Wunused-parameter] [INFO] [stderr] warning: 824 | void EC_GROUP_set_point_conversion_form(EC_GROUP *group, [INFO] [stderr] warning: | ~~~~~~~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec_key.c: In function 'EC_KEY_get_ex_new_index': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec_key.c:460:70: warning: unused parameter 'unused' [-Wunused-parameter] [INFO] [stderr] warning: 460 | int EC_KEY_get_ex_new_index(long argl, void *argp, CRYPTO_EX_unused *unused, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec_key.c: In function 'EC_KEY_set_asn1_flag': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec_key.c:479:35: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: 479 | void EC_KEY_set_asn1_flag(EC_KEY *key, int flag) {} [INFO] [stderr] warning: | ~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec_key.c:479:44: warning: unused parameter 'flag' [-Wunused-parameter] [INFO] [stderr] warning: 479 | void EC_KEY_set_asn1_flag(EC_KEY *key, int flag) {} [INFO] [stderr] warning: | ~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/p256-64.c: In function 'ec_GFp_nistp256_point_get_affine_coordinates': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/p256-64.c:1535:65: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 1535 | BN_CTX *ctx) { [INFO] [stderr] warning: | ~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/simple.c: In function 'ec_GFp_simple_point_set_to_infinity': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/simple.c:268:57: warning: unused parameter 'group' [-Wunused-parameter] [INFO] [stderr] warning: 268 | int ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/simple.c: In function 'ec_GFp_simple_invert': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/simple.c:690:74: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 690 | int ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) { [INFO] [stderr] warning: | ~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/simple.c: In function 'ec_GFp_simple_is_at_infinity': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/simple.c:699:50: warning: unused parameter 'group' [-Wunused-parameter] [INFO] [stderr] warning: 699 | int ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ecdsa/ecdsa.c: In function 'ECDSA_verify': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ecdsa/ecdsa.c:79:22: warning: unused parameter 'type' [-Wunused-parameter] [INFO] [stderr] warning: 79 | int ECDSA_verify(int type, const uint8_t *digest, size_t digest_len, [INFO] [stderr] warning: | ~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ecdsa/ecdsa.c: In function 'ECDSA_sign_ex': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ecdsa/ecdsa.c:444:23: warning: unused parameter 'type' [-Wunused-parameter] [INFO] [stderr] warning: 444 | int ECDSA_sign_ex(int type, const uint8_t *digest, size_t digest_len, [INFO] [stderr] warning: | ~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/err/err.c: In function 'ERR_remove_state': [INFO] [stderr] warning: third_party/boringssl/src/crypto/err/err.c:333:37: warning: unused parameter 'pid' [-Wunused-parameter] [INFO] [stderr] warning: 333 | void ERR_remove_state(unsigned long pid) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/err/err.c: In function 'ERR_func_error_string': [INFO] [stderr] warning: third_party/boringssl/src/crypto/err/err.c:511:44: warning: unused parameter 'packed_error' [-Wunused-parameter] [INFO] [stderr] warning: 511 | const char *ERR_func_error_string(uint32_t packed_error) { [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/err/err.c: In function 'ERR_put_error': [INFO] [stderr] warning: third_party/boringssl/src/crypto/err/err.c:608:37: warning: unused parameter 'unused' [-Wunused-parameter] [INFO] [stderr] warning: 608 | void ERR_put_error(int library, int unused, int reason, const char *file, [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/evp.c: In function 'EVP_PKEY_get0_DH': [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/evp.c:305:32: warning: unused parameter 'pkey' [-Wunused-parameter] [INFO] [stderr] warning: 305 | DH *EVP_PKEY_get0_DH(EVP_PKEY *pkey) { return NULL; } [INFO] [stderr] warning: | ~~~~~~~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/p_ec.c: In function 'pkey_ec_ctrl': [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/p_ec.c:177:58: warning: unused parameter 'p1' [-Wunused-parameter] [INFO] [stderr] warning: 177 | static int pkey_ec_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) { [INFO] [stderr] warning: | ~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c: In function 'rsa_pub_print': [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c:236:37: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 236 | ASN1_PCTX *ctx) { [INFO] [stderr] warning: | ~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c: In function 'rsa_priv_print': [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c:241:38: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 241 | ASN1_PCTX *ctx) { [INFO] [stderr] warning: | ~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c: In function 'dsa_param_print': [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c:307:39: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 307 | ASN1_PCTX *ctx) { [INFO] [stderr] warning: | ~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c: In function 'dsa_pub_print': [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c:312:37: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 312 | ASN1_PCTX *ctx) { [INFO] [stderr] warning: | ~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c: In function 'dsa_priv_print': [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c:317:38: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 317 | ASN1_PCTX *ctx) { [INFO] [stderr] warning: | ~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c: In function 'eckey_param_print': [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c:431:41: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 431 | ASN1_PCTX *ctx) { [INFO] [stderr] warning: | ~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c: In function 'eckey_pub_print': [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c:436:39: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 436 | ASN1_PCTX *ctx) { [INFO] [stderr] warning: | ~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c: In function 'eckey_priv_print': [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c:442:40: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 442 | ASN1_PCTX *ctx) { [INFO] [stderr] warning: | ~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c: In function 'print_unsupported': [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c:488:56: warning: unused parameter 'pkey' [-Wunused-parameter] [INFO] [stderr] warning: 488 | static int print_unsupported(BIO *out, const EVP_PKEY *pkey, int indent, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/pem/pem_lib.c: In function 'PEM_def_callback': [INFO] [stderr] warning: third_party/boringssl/src/crypto/pem/pem_lib.c:770:47: warning: unused parameter 'rwflag' [-Wunused-parameter] [INFO] [stderr] warning: 770 | int PEM_def_callback(char *buf, int size, int rwflag, void *userdata) [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/pkcs8/p5_pbev2.c: In function 'PKCS5_pbe2_decrypt_init': [INFO] [stderr] warning: third_party/boringssl/src/crypto/pkcs8/p5_pbev2.c:137:53: warning: unused parameter 'suite' [-Wunused-parameter] [INFO] [stderr] warning: 137 | int PKCS5_pbe2_decrypt_init(const struct pbe_suite *suite, EVP_CIPHER_CTX *ctx, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/pkcs8/p8_pkey.c: In function 'pkey_cb': [INFO] [stderr] warning: third_party/boringssl/src/crypto/pkcs8/p8_pkey.c:64:71: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: 64 | static int pkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/pkcs8/p8_pkey.c:65:26: warning: unused parameter 'exarg' [-Wunused-parameter] [INFO] [stderr] warning: 65 | void *exarg) { [INFO] [stderr] warning: | ~~~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c: In function 'RAND_seed': [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c:196:28: warning: unused parameter 'buf' [-Wunused-parameter] [INFO] [stderr] warning: 196 | void RAND_seed(const void *buf, int num) { [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c:196:37: warning: unused parameter 'num' [-Wunused-parameter] [INFO] [stderr] warning: 196 | void RAND_seed(const void *buf, int num) { [INFO] [stderr] warning: | ~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c: In function 'RAND_load_file': [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c:203:32: warning: unused parameter 'path' [-Wunused-parameter] [INFO] [stderr] warning: 203 | int RAND_load_file(const char *path, long num) { [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c: In function 'RAND_file_name': [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c:213:34: warning: unused parameter 'buf' [-Wunused-parameter] [INFO] [stderr] warning: 213 | const char *RAND_file_name(char *buf, size_t num) { return NULL; } [INFO] [stderr] warning: | ~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c:213:46: warning: unused parameter 'num' [-Wunused-parameter] [INFO] [stderr] warning: 213 | const char *RAND_file_name(char *buf, size_t num) { return NULL; } [INFO] [stderr] warning: | ~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c: In function 'RAND_add': [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c:215:27: warning: unused parameter 'buf' [-Wunused-parameter] [INFO] [stderr] warning: 215 | void RAND_add(const void *buf, int num, double entropy) {} [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c:215:36: warning: unused parameter 'num' [-Wunused-parameter] [INFO] [stderr] warning: 215 | void RAND_add(const void *buf, int num, double entropy) {} [INFO] [stderr] warning: | ~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c:215:48: warning: unused parameter 'entropy' [-Wunused-parameter] [INFO] [stderr] warning: 215 | void RAND_add(const void *buf, int num, double entropy) {} [INFO] [stderr] warning: | ~~~~~~~^~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c: In function 'RAND_egd': [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c:217:26: warning: unused parameter 'path' [-Wunused-parameter] [INFO] [stderr] warning: 217 | int RAND_egd(const char *path) { [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c: In function 'RAND_set_rand_method': [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c:242:46: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 242 | void RAND_set_rand_method(const RAND_METHOD *method) {} [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/rsa/rsa.c: In function 'RSA_get_ex_new_index': [INFO] [stderr] warning: third_party/boringssl/src/crypto/rsa/rsa.c:331:67: warning: unused parameter 'unused' [-Wunused-parameter] [INFO] [stderr] warning: 331 | int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_unused *unused, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/rsa/rsa.c: In function 'RSA_blinding_on': [INFO] [stderr] warning: third_party/boringssl/src/crypto/rsa/rsa.c:828:26: warning: unused parameter 'rsa' [-Wunused-parameter] [INFO] [stderr] warning: 828 | int RSA_blinding_on(RSA *rsa, BN_CTX *ctx) { [INFO] [stderr] warning: | ~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/rsa/rsa.c:828:39: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 828 | int RSA_blinding_on(RSA *rsa, BN_CTX *ctx) { [INFO] [stderr] warning: | ~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c: In function 'CRYPTO_set_locking_callback': [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c:62:41: warning: unused parameter 'func' [-Wunused-parameter] [INFO] [stderr] warning: 62 | void CRYPTO_set_locking_callback(void (*func)(int mode, int lock_num, [INFO] [stderr] warning: | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: 63 | const char *file, int line)) {} [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c: In function 'CRYPTO_set_add_lock_callback': [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c:70:41: warning: unused parameter 'func' [-Wunused-parameter] [INFO] [stderr] warning: 70 | void CRYPTO_set_add_lock_callback(int (*func)(int *num, int mount, int lock_num, [INFO] [stderr] warning: | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: 71 | const char *file, int line)) {} [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c: In function 'CRYPTO_get_lock_name': [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c:73:38: warning: unused parameter 'lock_num' [-Wunused-parameter] [INFO] [stderr] warning: 73 | const char *CRYPTO_get_lock_name(int lock_num) { [INFO] [stderr] warning: | ~~~~^~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c: In function 'CRYPTO_THREADID_set_callback': [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c:77:41: warning: unused parameter 'func' [-Wunused-parameter] [INFO] [stderr] warning: 77 | int CRYPTO_THREADID_set_callback(void (*func)(CRYPTO_THREADID *)) { return 1; } [INFO] [stderr] warning: | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c: In function 'CRYPTO_THREADID_set_numeric': [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c:79:51: warning: unused parameter 'id' [-Wunused-parameter] [INFO] [stderr] warning: 79 | void CRYPTO_THREADID_set_numeric(CRYPTO_THREADID *id, unsigned long val) {} [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c:79:69: warning: unused parameter 'val' [-Wunused-parameter] [INFO] [stderr] warning: 79 | void CRYPTO_THREADID_set_numeric(CRYPTO_THREADID *id, unsigned long val) {} [INFO] [stderr] warning: | ~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c: In function 'CRYPTO_THREADID_set_pointer': [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c:81:51: warning: unused parameter 'id' [-Wunused-parameter] [INFO] [stderr] warning: 81 | void CRYPTO_THREADID_set_pointer(CRYPTO_THREADID *id, void *ptr) {} [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c:81:61: warning: unused parameter 'ptr' [-Wunused-parameter] [INFO] [stderr] warning: 81 | void CRYPTO_THREADID_set_pointer(CRYPTO_THREADID *id, void *ptr) {} [INFO] [stderr] warning: | ~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c: In function 'CRYPTO_THREADID_current': [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c:83:47: warning: unused parameter 'id' [-Wunused-parameter] [INFO] [stderr] warning: 83 | void CRYPTO_THREADID_current(CRYPTO_THREADID *id) {} [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c: In function 'CRYPTO_set_id_callback': [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c:85:45: warning: unused parameter 'func' [-Wunused-parameter] [INFO] [stderr] warning: 85 | void CRYPTO_set_id_callback(unsigned long (*func)(void)) {} [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~^~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c: In function 'CRYPTO_set_dynlock_create_callback': [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c:88:6: warning: unused parameter 'dyn_create_function' [-Wunused-parameter] [INFO] [stderr] warning: 87 | void CRYPTO_set_dynlock_create_callback(struct CRYPTO_dynlock_value *( [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: 88 | *dyn_create_function)(const char *file, int line)) {} [INFO] [stderr] warning: | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c: In function 'CRYPTO_set_dynlock_lock_callback': [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c:90:46: warning: unused parameter 'dyn_lock_function' [-Wunused-parameter] [INFO] [stderr] warning: 90 | void CRYPTO_set_dynlock_lock_callback(void (*dyn_lock_function)( [INFO] [stderr] warning: | ~~~~~~~^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: 91 | int mode, struct CRYPTO_dynlock_value *l, const char *file, int line)) {} [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c: In function 'CRYPTO_set_dynlock_destroy_callback': [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c:93:49: warning: unused parameter 'dyn_destroy_function' [-Wunused-parameter] [INFO] [stderr] warning: 93 | void CRYPTO_set_dynlock_destroy_callback(void (*dyn_destroy_function)( [INFO] [stderr] warning: | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: 94 | struct CRYPTO_dynlock_value *l, const char *file, int line)) {} [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/by_dir.c: In function 'dir_ctrl': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/by_dir.c:116:28: warning: unused parameter 'retp' [-Wunused-parameter] [INFO] [stderr] warning: 116 | char **retp) [INFO] [stderr] warning: | ~~~~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/by_file.c: In function 'by_file_ctrl': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/by_file.c:89:43: warning: unused parameter 'ret' [-Wunused-parameter] [INFO] [stderr] warning: 89 | long argl, char **ret) [INFO] [stderr] warning: | ~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/rsa_pss.c: In function 'x509_print_rsa_pss_params': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/rsa_pss.c:299:42: warning: unused parameter 'pctx' [-Wunused-parameter] [INFO] [stderr] warning: 299 | ASN1_PCTX *pctx) { [INFO] [stderr] warning: | ~~~~~~~~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_att.c: In function 'X509_ATTRIBUTE_get0_data': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_att.c:358:51: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: 358 | int atrtype, void *data) [INFO] [stderr] warning: | ~~~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_trs.c: In function 'trust_compat': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_trs.c:294:37: warning: unused parameter 'trust' [-Wunused-parameter] [INFO] [stderr] warning: 294 | static int trust_compat(X509_TRUST *trust, X509 *x, int flags) [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_trs.c:294:57: warning: unused parameter 'flags' [-Wunused-parameter] [INFO] [stderr] warning: 294 | static int trust_compat(X509_TRUST *trust, X509 *x, int flags) [INFO] [stderr] warning: | ~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_trs.c: In function 'obj_trust': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_trs.c:303:43: warning: unused parameter 'flags' [-Wunused-parameter] [INFO] [stderr] warning: 303 | static int obj_trust(int id, X509 *x, int flags) [INFO] [stderr] warning: | ~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_vfy.c: In function 'null_callback': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_vfy.c:144:50: warning: unused parameter 'e' [-Wunused-parameter] [INFO] [stderr] warning: 144 | static int null_callback(int ok, X509_STORE_CTX *e) [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~^ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_vfy.c: In function 'check_crl_chain': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_vfy.c:1344:44: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 1344 | static int check_crl_chain(X509_STORE_CTX *ctx, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_vfy.c: In function 'X509_CRL_diff': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_vfy.c:1996:72: warning: unused parameter 'flags' [-Wunused-parameter] [INFO] [stderr] warning: 1996 | EVP_PKEY *skey, const EVP_MD *md, unsigned int flags) [INFO] [stderr] warning: | ~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_vfy.c: In function 'X509_STORE_CTX_get_ex_new_index': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_vfy.c:2103:56: warning: unused parameter 'unused' [-Wunused-parameter] [INFO] [stderr] warning: 2103 | CRYPTO_EX_unused * unused, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_vfy.c: In function 'X509_STORE_CTX_set_time': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_vfy.c:2425:65: warning: unused parameter 'flags' [-Wunused-parameter] [INFO] [stderr] warning: 2425 | void X509_STORE_CTX_set_time(X509_STORE_CTX *ctx, unsigned long flags, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_crl.c: In function 'crl_inf_cb': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_crl.c:116:74: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: 116 | static int crl_inf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_crl.c:117:29: warning: unused parameter 'exarg' [-Wunused-parameter] [INFO] [stderr] warning: 117 | void *exarg) [INFO] [stderr] warning: | ~~~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_crl.c: In function 'crl_cb': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_crl.c:222:70: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: 222 | static int crl_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_crl.c:223:25: warning: unused parameter 'exarg' [-Wunused-parameter] [INFO] [stderr] warning: 223 | void *exarg) [INFO] [stderr] warning: | ~~~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_name.c: In function 'x509_name_ex_new': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_name.c:143:64: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: 143 | static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it) [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_name.c: In function 'x509_name_ex_free': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_name.c:169:67: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: 169 | static void x509_name_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_name.c: In function 'x509_name_ex_d2i': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_name.c:196:46: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: 196 | const ASN1_ITEM *it, int tag, int aclass, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_name.c: In function 'x509_name_ex_i2d': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_name.c:269:46: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: 269 | const ASN1_ITEM *it, int tag, int aclass) [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_name.c:269:54: warning: unused parameter 'tag' [-Wunused-parameter] [INFO] [stderr] warning: 269 | const ASN1_ITEM *it, int tag, int aclass) [INFO] [stderr] warning: | ~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_name.c:269:63: warning: unused parameter 'aclass' [-Wunused-parameter] [INFO] [stderr] warning: 269 | const ASN1_ITEM *it, int tag, int aclass) [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_pubkey.c: In function 'pubkey_cb': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_pubkey.c:73:73: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: 73 | static int pubkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_pubkey.c:74:28: warning: unused parameter 'exarg' [-Wunused-parameter] [INFO] [stderr] warning: 74 | void *exarg) [INFO] [stderr] warning: | ~~~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_req.c: In function 'rinf_cb': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_req.c:76:71: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: 76 | static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_req.c:77:26: warning: unused parameter 'exarg' [-Wunused-parameter] [INFO] [stderr] warning: 77 | void *exarg) [INFO] [stderr] warning: | ~~~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_x509.c: In function 'x509_cb': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_x509.c:93:71: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: 93 | static int x509_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_x509.c:94:26: warning: unused parameter 'exarg' [-Wunused-parameter] [INFO] [stderr] warning: 94 | void *exarg) [INFO] [stderr] warning: | ~~~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_x509.c: In function 'X509_get_ex_new_index': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_x509.c:190:69: warning: unused parameter 'unused' [-Wunused-parameter] [INFO] [stderr] warning: 190 | int X509_get_ex_new_index(long argl, void *argp, CRYPTO_EX_unused * unused, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_akey.c: In function 'i2v_AUTHORITY_KEYID': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_akey.c:88:69: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 88 | static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_KEYID(X509V3_EXT_METHOD *method, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_akey.c: In function 'v2i_AUTHORITY_KEYID': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_akey.c:117:64: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 117 | static AUTHORITY_KEYID *v2i_AUTHORITY_KEYID(X509V3_EXT_METHOD *method, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_alt.c: In function 'i2v_GENERAL_NAME': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_alt.c:115:59: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 115 | STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_alt.c: In function 'a2i_GENERAL_NAME': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_alt.c:432:57: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 432 | const X509V3_EXT_METHOD *method, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_bcons.c: In function 'i2v_BASIC_CONSTRAINTS': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_bcons.c:94:71: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 94 | static STACK_OF(CONF_VALUE) *i2v_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_bcons.c: In function 'v2i_BASIC_CONSTRAINTS': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_bcons.c:104:68: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 104 | static BASIC_CONSTRAINTS *v2i_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_bcons.c:105:61: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 105 | X509V3_CTX *ctx, [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_bitst.c: In function 'v2i_ASN1_BIT_STRING': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_bitst.c:109:50: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 109 | X509V3_CTX *ctx, [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_cpols.c: In function 'r2i_certpol': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_cpols.c:140:61: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 140 | static STACK_OF(POLICYINFO) *r2i_certpol(X509V3_EXT_METHOD *method, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_cpols.c: In function 'notice_section': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_cpols.c:299:51: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 299 | static POLICYQUALINFO *notice_section(X509V3_CTX *ctx, [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_cpols.c: In function 'i2r_certpol': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_cpols.c:410:43: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 410 | static int i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_crld.c: In function 'dpn_cb': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_crld.c:346:70: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: 346 | static int dpn_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_crld.c:347:25: warning: unused parameter 'exarg' [-Wunused-parameter] [INFO] [stderr] warning: 347 | void *exarg) [INFO] [stderr] warning: | ~~~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_crld.c: In function 'v2i_idp': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_crld.c:414:47: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 414 | static void *v2i_idp(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_crld.c: In function 'i2r_idp': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_crld.c:490:45: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 490 | static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_crld.c: In function 'i2r_crldp': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_crld.c:514:47: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 514 | static int i2r_crldp(const X509V3_EXT_METHOD *method, void *pcrldp, BIO *out, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_extku.c: In function 'i2v_EXTENDED_KEY_USAGE': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_extku.c:103:54: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 102 | static STACK_OF(CONF_VALUE) *i2v_EXTENDED_KEY_USAGE(const X509V3_EXT_METHOD [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: 103 | *method, void *a, STACK_OF(CONF_VALUE) [INFO] [stderr] warning: | ~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_extku.c: In function 'v2i_EXTENDED_KEY_USAGE': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_extku.c:118:62: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 118 | static void *v2i_EXTENDED_KEY_USAGE(const X509V3_EXT_METHOD *method, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_extku.c:119:49: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 119 | X509V3_CTX *ctx, [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_ia5.c: In function 'i2s_ASN1_IA5STRING': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_ia5.c:88:52: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 88 | static char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_ia5.c: In function 's2i_ASN1_IA5STRING': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_ia5.c:103:62: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 103 | static ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_ia5.c:104:55: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 104 | X509V3_CTX *ctx, char *str) [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_int.c: In function 's2i_asn1_int': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_int.c:79:64: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 79 | static void *s2i_asn1_int(X509V3_EXT_METHOD *meth, X509V3_CTX *ctx, [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_ncons.c: In function 'do_i2r_name_constraints': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_ncons.c:173:61: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 173 | static int do_i2r_name_constraints(const X509V3_EXT_METHOD *method, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pci.c: In function 'i2r_pci': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pci.c:65:39: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 65 | static int i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *pci, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pci.c: In function 'r2i_pci': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pci.c:229:62: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 229 | static PROXY_CERT_INFO_EXTENSION *r2i_pci(X509V3_EXT_METHOD *method, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pcons.c: In function 'i2v_POLICY_CONSTRAINTS': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pcons.c:94:54: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 93 | static STACK_OF(CONF_VALUE) *i2v_POLICY_CONSTRAINTS(const X509V3_EXT_METHOD [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: 94 | *method, void *a, STACK_OF(CONF_VALUE) [INFO] [stderr] warning: | ~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pcons.c: In function 'v2i_POLICY_CONSTRAINTS': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pcons.c:105:62: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 105 | static void *v2i_POLICY_CONSTRAINTS(const X509V3_EXT_METHOD *method, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pcons.c:106:49: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 106 | X509V3_CTX *ctx, [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pku.c: In function 'i2r_PKEY_USAGE_PERIOD': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pku.c:88:53: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 88 | static int i2r_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pmaps.c: In function 'i2v_POLICY_MAPPINGS': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pmaps.c:96:51: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 95 | static STACK_OF(CONF_VALUE) *i2v_POLICY_MAPPINGS(const X509V3_EXT_METHOD [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: 96 | *method, void *a, STACK_OF(CONF_VALUE) [INFO] [stderr] warning: | ~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pmaps.c: In function 'v2i_POLICY_MAPPINGS': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pmaps.c:113:59: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 113 | static void *v2i_POLICY_MAPPINGS(const X509V3_EXT_METHOD *method, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pmaps.c:114:46: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 114 | X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval) [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c: In function 'check_purpose_ssl_client': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c:620:57: warning: unused parameter 'xp' [-Wunused-parameter] [INFO] [stderr] warning: 620 | static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c: In function 'check_purpose_ssl_server': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c:644:57: warning: unused parameter 'xp' [-Wunused-parameter] [INFO] [stderr] warning: 644 | static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c: In function 'check_purpose_smime_sign': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c:701:57: warning: unused parameter 'xp' [-Wunused-parameter] [INFO] [stderr] warning: 701 | static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c: In function 'check_purpose_smime_encrypt': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c:713:60: warning: unused parameter 'xp' [-Wunused-parameter] [INFO] [stderr] warning: 713 | static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c: In function 'check_purpose_crl_sign': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c:725:55: warning: unused parameter 'xp' [-Wunused-parameter] [INFO] [stderr] warning: 725 | static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c: In function 'ocsp_helper': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c:745:44: warning: unused parameter 'xp' [-Wunused-parameter] [INFO] [stderr] warning: 745 | static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca) [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c: In function 'check_purpose_timestamp_sign': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c:757:61: warning: unused parameter 'xp' [-Wunused-parameter] [INFO] [stderr] warning: 757 | static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c: In function 'no_check': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c:792:41: warning: unused parameter 'xp' [-Wunused-parameter] [INFO] [stderr] warning: 792 | static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca) [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c:792:57: warning: unused parameter 'x' [-Wunused-parameter] [INFO] [stderr] warning: 792 | static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca) [INFO] [stderr] warning: | ~~~~~~~~~~~~^ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c:792:64: warning: unused parameter 'ca' [-Wunused-parameter] [INFO] [stderr] warning: 792 | static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca) [INFO] [stderr] warning: | ~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_skey.c: In function 'i2s_ASN1_OCTET_STRING': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_skey.c:77:48: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 77 | char *i2s_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, ASN1_OCTET_STRING *oct) [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_skey.c: In function 's2i_ASN1_OCTET_STRING': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_skey.c:82:61: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 82 | ASN1_OCTET_STRING *s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_skey.c:83:54: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 83 | X509V3_CTX *ctx, char *str) [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_sxnet.c: In function 'sxnet_i2r': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_sxnet.c:110:41: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 110 | static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_sxnet.c: In function 'sxnet_v2i': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_sxnet.c:137:44: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 137 | static SXNET *sxnet_v2i(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_sxnet.c:137:64: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 137 | static SXNET *sxnet_v2i(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_utl.c: In function 'i2s_ASN1_ENUMERATED': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_utl.c:158:46: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 158 | char *i2s_ASN1_ENUMERATED(X509V3_EXT_METHOD *method, ASN1_ENUMERATED *a) [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_utl.c: In function 'i2s_ASN1_INTEGER': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_utl.c:171:43: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 171 | char *i2s_ASN1_INTEGER(X509V3_EXT_METHOD *method, ASN1_INTEGER *a) [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_utl.c: In function 's2i_ASN1_INTEGER': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_utl.c:184:51: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: 184 | ASN1_INTEGER *s2i_ASN1_INTEGER(X509V3_EXT_METHOD *method, char *value) [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_utl.c: In function 'skip_prefix': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_utl.c:636:46: warning: unused parameter 'subject' [-Wunused-parameter] [INFO] [stderr] warning: 636 | const unsigned char *subject, size_t subject_len, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_utl.c: In function 'equal_email': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_utl.c:712:37: warning: unused parameter 'unused_flags' [-Wunused-parameter] [INFO] [stderr] warning: 712 | unsigned int unused_flags) [INFO] [stderr] warning: | ~~~~~~~~~~~~~^~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/bio_ssl.c: In function 'ssl_new': [INFO] [stderr] warning: third_party/boringssl/src/ssl/bio_ssl.c:132:25: warning: unused parameter 'bio' [-Wunused-parameter] [INFO] [stderr] warning: 132 | static int ssl_new(BIO *bio) { [INFO] [stderr] warning: | ~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/custom_extensions.c: In function 'default_add_callback': [INFO] [stderr] warning: third_party/boringssl/src/ssl/custom_extensions.c:51:52: warning: unused parameter 'extension_value' [-Wunused-parameter] [INFO] [stderr] warning: 51 | static int default_add_callback(SSL *ssl, unsigned extension_value, [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/custom_extensions.c:52:49: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: 52 | const uint8_t **out, size_t *out_len, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/custom_extensions.c:53:38: warning: unused parameter 'out_alert_value' [-Wunused-parameter] [INFO] [stderr] warning: 53 | int *out_alert_value, void *add_arg) { [INFO] [stderr] warning: | ~~~~~^~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/custom_extensions.c:53:61: warning: unused parameter 'add_arg' [-Wunused-parameter] [INFO] [stderr] warning: 53 | int *out_alert_value, void *add_arg) { [INFO] [stderr] warning: | ~~~~~~^~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/d1_both.c: In function 'dtls1_release_current_message': [INFO] [stderr] warning: third_party/boringssl/src/ssl/d1_both.c:440:50: warning: unused parameter 'free_buffer' [-Wunused-parameter] [INFO] [stderr] warning: 440 | void dtls1_release_current_message(SSL *ssl, int free_buffer) { [INFO] [stderr] warning: | ~~~~^~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/d1_both.c: In function 'dtls1_finish_message': [INFO] [stderr] warning: third_party/boringssl/src/ssl/d1_both.c:520:31: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: 520 | int dtls1_finish_message(SSL *ssl, CBB *cbb, uint8_t **out_msg, [INFO] [stderr] warning: | ~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/d1_both.c: In function 'dtls1_add_alert': [INFO] [stderr] warning: third_party/boringssl/src/ssl/d1_both.c:582:26: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: 582 | int dtls1_add_alert(SSL *ssl, uint8_t level, uint8_t desc) { [INFO] [stderr] warning: | ~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/d1_both.c:582:39: warning: unused parameter 'level' [-Wunused-parameter] [INFO] [stderr] warning: 582 | int dtls1_add_alert(SSL *ssl, uint8_t level, uint8_t desc) { [INFO] [stderr] warning: | ~~~~~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/d1_both.c:582:54: warning: unused parameter 'desc' [-Wunused-parameter] [INFO] [stderr] warning: 582 | int dtls1_add_alert(SSL *ssl, uint8_t level, uint8_t desc) { [INFO] [stderr] warning: | ~~~~~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/s3_both.c: In function 'ssl3_init_message': [INFO] [stderr] warning: third_party/boringssl/src/ssl/s3_both.c:232:28: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: 232 | int ssl3_init_message(SSL *ssl, CBB *cbb, CBB *body, uint8_t type) { [INFO] [stderr] warning: | ~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/s3_both.c: In function 'ssl3_finish_message': [INFO] [stderr] warning: third_party/boringssl/src/ssl/s3_both.c:245:30: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: 245 | int ssl3_finish_message(SSL *ssl, CBB *cbb, uint8_t **out_msg, [INFO] [stderr] warning: | ~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cert.c: In function 'ssl_parse_client_CA_list': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cert.c:787:35: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: 787 | ssl_parse_client_CA_list(SSL *ssl, uint8_t *out_alert, CBS *cbs) { [INFO] [stderr] warning: | ~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cert.c: In function 'do_client_cert_cb': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cert.c:943:46: warning: unused parameter 'arg' [-Wunused-parameter] [INFO] [stderr] warning: 943 | static int do_client_cert_cb(SSL *ssl, void *arg) { [INFO] [stderr] warning: | ~~~~~~^~~ [INFO] [stderr] warning: In file included from third_party/boringssl/src/include/openssl/bio.h:65, [INFO] [stderr] warning: from third_party/boringssl/src/include/openssl/ssl.h:147, [INFO] [stderr] warning: from third_party/boringssl/src/ssl/ssl_cert.c:115: [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cert.c: In function 'ssl_compare_public_and_private_key': [INFO] [stderr] warning: third_party/boringssl/src/include/openssl/err.h:300:3: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 300 | ERR_put_error(ERR_LIB_##library, 0, reason, __FILE__, __LINE__) [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cert.c:671:7: note: in expansion of macro 'OPENSSL_PUT_ERROR' [INFO] [stderr] warning: 671 | OPENSSL_PUT_ERROR(X509, X509_R_UNKNOWN_KEY_TYPE); [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cert.c:672:5: note: here [INFO] [stderr] warning: 672 | default: [INFO] [stderr] warning: | ^~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cipher.c: In function 'ssl_cipher_process_rulestr': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cipher.c:1070:66: warning: unused parameter 'ssl_method' [-Wunused-parameter] [INFO] [stderr] warning: 1070 | static int ssl_cipher_process_rulestr(const SSL_PROTOCOL_METHOD *ssl_method, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cipher.c: In function 'SSL_CIPHER_get_version': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cipher.c:1802:54: warning: unused parameter 'cipher' [-Wunused-parameter] [INFO] [stderr] warning: 1802 | const char *SSL_CIPHER_get_version(const SSL_CIPHER *cipher) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cipher.c: In function 'SSL_COMP_add_compression_method': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cipher.c:1808:41: warning: unused parameter 'id' [-Wunused-parameter] [INFO] [stderr] warning: 1808 | int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm) { return 1; } [INFO] [stderr] warning: | ~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cipher.c:1808:58: warning: unused parameter 'cm' [-Wunused-parameter] [INFO] [stderr] warning: 1808 | int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm) { return 1; } [INFO] [stderr] warning: | ~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cipher.c: In function 'SSL_COMP_get_name': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cipher.c:1810:50: warning: unused parameter 'comp' [-Wunused-parameter] [INFO] [stderr] warning: 1810 | const char *SSL_COMP_get_name(const COMP_METHOD *comp) { return NULL; } [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_get_read_ahead': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:1249:43: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 1249 | int SSL_CTX_get_read_ahead(const SSL_CTX *ctx) { return 0; } [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_get_read_ahead': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:1251:35: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: 1251 | int SSL_get_read_ahead(const SSL *ssl) { return 0; } [INFO] [stderr] warning: | ~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_set_read_ahead': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:1253:38: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 1253 | void SSL_CTX_set_read_ahead(SSL_CTX *ctx, int yes) { } [INFO] [stderr] warning: | ~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:1253:47: warning: unused parameter 'yes' [-Wunused-parameter] [INFO] [stderr] warning: 1253 | void SSL_CTX_set_read_ahead(SSL_CTX *ctx, int yes) { } [INFO] [stderr] warning: | ~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_set_read_ahead': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:1255:30: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: 1255 | void SSL_set_read_ahead(SSL *ssl, int yes) { } [INFO] [stderr] warning: | ~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:1255:39: warning: unused parameter 'yes' [-Wunused-parameter] [INFO] [stderr] warning: 1255 | void SSL_set_read_ahead(SSL *ssl, int yes) { } [INFO] [stderr] warning: | ~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_get_default_timeout': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:1274:41: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: 1274 | long SSL_get_default_timeout(const SSL *ssl) { [INFO] [stderr] warning: | ~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_renegotiate': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:1278:26: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: 1278 | int SSL_renegotiate(SSL *ssl) { [INFO] [stderr] warning: | ~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_get_current_compression': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:1976:53: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: 1976 | const COMP_METHOD *SSL_get_current_compression(SSL *ssl) { return NULL; } [INFO] [stderr] warning: | ~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_get_current_expansion': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:1978:51: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: 1978 | const COMP_METHOD *SSL_get_current_expansion(SSL *ssl) { return NULL; } [INFO] [stderr] warning: | ~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_get_server_tmp_key': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:1980:34: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: 1980 | int *SSL_get_server_tmp_key(SSL *ssl, EVP_PKEY **out_key) { return 0; } [INFO] [stderr] warning: | ~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:1980:50: warning: unused parameter 'out_key' [-Wunused-parameter] [INFO] [stderr] warning: 1980 | int *SSL_get_server_tmp_key(SSL *ssl, EVP_PKEY **out_key) { return 0; } [INFO] [stderr] warning: | ~~~~~~~~~~~^~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_set_state': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2076:25: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: 2076 | void SSL_set_state(SSL *ssl, int state) { } [INFO] [stderr] warning: | ~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2076:34: warning: unused parameter 'state' [-Wunused-parameter] [INFO] [stderr] warning: 2076 | void SSL_set_state(SSL *ssl, int state) { } [INFO] [stderr] warning: | ~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_get_shared_ciphers': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2078:41: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: 2078 | char *SSL_get_shared_ciphers(const SSL *ssl, char *buf, int len) { [INFO] [stderr] warning: | ~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_get_ex_new_index': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2086:67: warning: unused parameter 'unused' [-Wunused-parameter] [INFO] [stderr] warning: 2086 | int SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_unused *unused, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_get_ex_new_index': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2104:71: warning: unused parameter 'unused' [-Wunused-parameter] [INFO] [stderr] warning: 2104 | int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_unused *unused, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_set_tmp_rsa_callback': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2125:44: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 2125 | void SSL_CTX_set_tmp_rsa_callback(SSL_CTX *ctx, [INFO] [stderr] warning: | ~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2126:42: warning: unused parameter 'cb' [-Wunused-parameter] [INFO] [stderr] warning: 2126 | RSA *(*cb)(SSL *ssl, int is_export, [INFO] [stderr] warning: | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: 2127 | int keylength)) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_set_tmp_rsa_callback': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2130:36: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: 2130 | void SSL_set_tmp_rsa_callback(SSL *ssl, RSA *(*cb)(SSL *ssl, int is_export, [INFO] [stderr] warning: | ~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2130:48: warning: unused parameter 'cb' [-Wunused-parameter] [INFO] [stderr] warning: 2130 | void SSL_set_tmp_rsa_callback(SSL *ssl, RSA *(*cb)(SSL *ssl, int is_export, [INFO] [stderr] warning: | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: 2131 | int keylength)) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_sess_connect': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2661:41: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 2661 | int SSL_CTX_sess_connect(const SSL_CTX *ctx) { return 0; } [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_sess_connect_good': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2662:46: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 2662 | int SSL_CTX_sess_connect_good(const SSL_CTX *ctx) { return 0; } [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_sess_connect_renegotiate': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2663:53: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 2663 | int SSL_CTX_sess_connect_renegotiate(const SSL_CTX *ctx) { return 0; } [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_sess_accept': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2664:40: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 2664 | int SSL_CTX_sess_accept(const SSL_CTX *ctx) { return 0; } [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_sess_accept_renegotiate': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2665:52: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 2665 | int SSL_CTX_sess_accept_renegotiate(const SSL_CTX *ctx) { return 0; } [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_sess_accept_good': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2666:45: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 2666 | int SSL_CTX_sess_accept_good(const SSL_CTX *ctx) { return 0; } [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_sess_hits': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2667:38: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 2667 | int SSL_CTX_sess_hits(const SSL_CTX *ctx) { return 0; } [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_sess_cb_hits': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2668:41: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 2668 | int SSL_CTX_sess_cb_hits(const SSL_CTX *ctx) { return 0; } [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_sess_misses': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2669:40: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 2669 | int SSL_CTX_sess_misses(const SSL_CTX *ctx) { return 0; } [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_sess_timeouts': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2670:42: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 2670 | int SSL_CTX_sess_timeouts(const SSL_CTX *ctx) { return 0; } [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_sess_cache_full': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2671:44: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 2671 | int SSL_CTX_sess_cache_full(const SSL_CTX *ctx) { return 0; } [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_need_tmp_RSA': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2677:41: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 2677 | int SSL_CTX_need_tmp_RSA(const SSL_CTX *ctx) { return 0; } [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_need_tmp_RSA': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2678:33: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: 2678 | int SSL_need_tmp_RSA(const SSL *ssl) { return 0; } [INFO] [stderr] warning: | ~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_set_tmp_rsa': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2679:34: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 2679 | int SSL_CTX_set_tmp_rsa(SSL_CTX *ctx, const RSA *rsa) { return 1; } [INFO] [stderr] warning: | ~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2679:50: warning: unused parameter 'rsa' [-Wunused-parameter] [INFO] [stderr] warning: 2679 | int SSL_CTX_set_tmp_rsa(SSL_CTX *ctx, const RSA *rsa) { return 1; } [INFO] [stderr] warning: | ~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_set_tmp_rsa': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2680:26: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: 2680 | int SSL_set_tmp_rsa(SSL *ssl, const RSA *rsa) { return 1; } [INFO] [stderr] warning: | ~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2680:42: warning: unused parameter 'rsa' [-Wunused-parameter] [INFO] [stderr] warning: 2680 | int SSL_set_tmp_rsa(SSL *ssl, const RSA *rsa) { return 1; } [INFO] [stderr] warning: | ~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_privkey.c: In function 'ssl_verify_rsa_pkcs1': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_privkey.c:378:38: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: 378 | static int ssl_verify_rsa_pkcs1(SSL *ssl, const uint8_t *signature, [INFO] [stderr] warning: | ~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_privkey.c: In function 'ssl_verify_rsa_pss': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_privkey.c:505:36: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: 505 | static int ssl_verify_rsa_pss(SSL *ssl, const uint8_t *signature, [INFO] [stderr] warning: | ~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_session.c: In function 'SSL_SESSION_get_ex_new_index': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_session.c:486:52: warning: unused parameter 'unused' [-Wunused-parameter] [INFO] [stderr] warning: 486 | CRYPTO_EX_unused *unused, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_stat.c: In function 'SSL_alert_type_string': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_stat.c:334:39: warning: unused parameter 'value' [-Wunused-parameter] [INFO] [stderr] warning: 334 | const char *SSL_alert_type_string(int value) { [INFO] [stderr] warning: | ~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_stat.c: In function 'SSL_alert_desc_string': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_stat.c:338:39: warning: unused parameter 'value' [-Wunused-parameter] [INFO] [stderr] warning: 338 | const char *SSL_alert_desc_string(int value) { [INFO] [stderr] warning: | ~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_transcript.c: In function 'ssl3_handshake_mac': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_transcript.c:267:47: warning: unused parameter 'transcript' [-Wunused-parameter] [INFO] [stderr] warning: 267 | static int ssl3_handshake_mac(SSL_TRANSCRIPT *transcript, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~^~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_x509.c: In function 'SSL_set_verify_result': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_x509.c:300:33: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: 300 | void SSL_set_verify_result(SSL *ssl, long result) { [INFO] [stderr] warning: | ~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_enc.c: In function 'ssl3_prf': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_enc.c:264:52: warning: unused parameter 'label' [-Wunused-parameter] [INFO] [stderr] warning: 264 | size_t secret_len, const char *label, size_t label_len, [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_enc.c:264:66: warning: unused parameter 'label_len' [-Wunused-parameter] [INFO] [stderr] warning: 264 | size_t secret_len, const char *label, size_t label_len, [INFO] [stderr] warning: | ~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'tls12_get_verify_sigalgs': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:511:44: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: 511 | size_t tls12_get_verify_sigalgs(const SSL *ssl, const uint16_t **out) { [INFO] [stderr] warning: | ~~~~~~~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'forbid_parse_serverhello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:558:52: warning: unused parameter 'hs' [-Wunused-parameter] [INFO] [stderr] warning: 558 | static int forbid_parse_serverhello(SSL_HANDSHAKE *hs, uint8_t *out_alert, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ignore_parse_clienthello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:570:52: warning: unused parameter 'hs' [-Wunused-parameter] [INFO] [stderr] warning: 570 | static int ignore_parse_clienthello(SSL_HANDSHAKE *hs, uint8_t *out_alert, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:570:65: warning: unused parameter 'out_alert' [-Wunused-parameter] [INFO] [stderr] warning: 570 | static int ignore_parse_clienthello(SSL_HANDSHAKE *hs, uint8_t *out_alert, [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:571:42: warning: unused parameter 'contents' [-Wunused-parameter] [INFO] [stderr] warning: 571 | CBS *contents) { [INFO] [stderr] warning: | ~~~~~^~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'dont_add_serverhello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:576:48: warning: unused parameter 'hs' [-Wunused-parameter] [INFO] [stderr] warning: 576 | static int dont_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:576:57: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: 576 | static int dont_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { [INFO] [stderr] warning: | ~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_ems_parse_clienthello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:896:66: warning: unused parameter 'out_alert' [-Wunused-parameter] [INFO] [stderr] warning: 896 | static int ext_ems_parse_clienthello(SSL_HANDSHAKE *hs, uint8_t *out_alert, [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_ticket_parse_serverhello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:977:69: warning: unused parameter 'out_alert' [-Wunused-parameter] [INFO] [stderr] warning: 977 | static int ext_ticket_parse_serverhello(SSL_HANDSHAKE *hs, uint8_t *out_alert, [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_sigalgs_parse_clienthello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:1056:70: warning: unused parameter 'out_alert' [-Wunused-parameter] [INFO] [stderr] warning: 1056 | static int ext_sigalgs_parse_clienthello(SSL_HANDSHAKE *hs, uint8_t *out_alert, [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_ocsp_parse_serverhello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:1101:67: warning: unused parameter 'out_alert' [-Wunused-parameter] [INFO] [stderr] warning: 1101 | static int ext_ocsp_parse_serverhello(SSL_HANDSHAKE *hs, uint8_t *out_alert, [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_ocsp_parse_clienthello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:1127:67: warning: unused parameter 'out_alert' [-Wunused-parameter] [INFO] [stderr] warning: 1127 | static int ext_ocsp_parse_clienthello(SSL_HANDSHAKE *hs, uint8_t *out_alert, [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_npn_parse_clienthello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:1240:66: warning: unused parameter 'out_alert' [-Wunused-parameter] [INFO] [stderr] warning: 1240 | static int ext_npn_parse_clienthello(SSL_HANDSHAKE *hs, uint8_t *out_alert, [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_sct_parse_clienthello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:1347:66: warning: unused parameter 'out_alert' [-Wunused-parameter] [INFO] [stderr] warning: 1347 | static int ext_sct_parse_clienthello(SSL_HANDSHAKE *hs, uint8_t *out_alert, [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_channel_id_parse_serverhello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:1571:54: warning: unused parameter 'out_alert' [-Wunused-parameter] [INFO] [stderr] warning: 1571 | uint8_t *out_alert, CBS *contents) { [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_channel_id_parse_clienthello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:1589:54: warning: unused parameter 'out_alert' [-Wunused-parameter] [INFO] [stderr] warning: 1589 | uint8_t *out_alert, CBS *contents) { [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_srtp_parse_clienthello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:1710:67: warning: unused parameter 'out_alert' [-Wunused-parameter] [INFO] [stderr] warning: 1710 | static int ext_srtp_parse_clienthello(SSL_HANDSHAKE *hs, uint8_t *out_alert, [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_ec_point_add_extension': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:1778:54: warning: unused parameter 'hs' [-Wunused-parameter] [INFO] [stderr] warning: 1778 | static int ext_ec_point_add_extension(SSL_HANDSHAKE *hs, CBB *out) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ssl_ext_pre_shared_key_parse_serverhello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:1939:61: warning: unused parameter 'hs' [-Wunused-parameter] [INFO] [stderr] warning: 1939 | int ssl_ext_pre_shared_key_parse_serverhello(SSL_HANDSHAKE *hs, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_early_data_add_clienthello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:2104:58: warning: unused parameter 'hs' [-Wunused-parameter] [INFO] [stderr] warning: 2104 | static int ext_early_data_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:2104:67: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: 2104 | static int ext_early_data_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { [INFO] [stderr] warning: | ~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_short_header_parse_clienthello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:2428:56: warning: unused parameter 'out_alert' [-Wunused-parameter] [INFO] [stderr] warning: 2428 | uint8_t *out_alert, [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_supported_groups_parse_serverhello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:2480:66: warning: unused parameter 'hs' [-Wunused-parameter] [INFO] [stderr] warning: 2480 | static int ext_supported_groups_parse_serverhello(SSL_HANDSHAKE *hs, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:2481:60: warning: unused parameter 'out_alert' [-Wunused-parameter] [INFO] [stderr] warning: 2481 | uint8_t *out_alert, [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:2482:56: warning: unused parameter 'contents' [-Wunused-parameter] [INFO] [stderr] warning: 2482 | CBS *contents) { [INFO] [stderr] warning: | ~~~~~^~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_supported_groups_add_serverhello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:2530:64: warning: unused parameter 'hs' [-Wunused-parameter] [INFO] [stderr] warning: 2530 | static int ext_supported_groups_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:2530:73: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: 2530 | static int ext_supported_groups_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { [INFO] [stderr] warning: | ~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls13_both.c: In function 'tls13_handshake': [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls13_both.c:56:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 56 | hs->wait = ssl_hs_read_message; [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls13_both.c:60:7: note: here [INFO] [stderr] warning: 60 | case ssl_hs_read_message: { [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls13_enc.c: In function 'tls13_psk_binder': [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls13_enc.c:315:36: warning: unused parameter 'psk_len' [-Wunused-parameter] [INFO] [stderr] warning: 315 | size_t psk_len, uint8_t *context, [INFO] [stderr] warning: | ~~~~~~~^~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c: In function 'ssl3_supports_cipher': [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c:101:51: warning: unused parameter 'cipher' [-Wunused-parameter] [INFO] [stderr] warning: 101 | static int ssl3_supports_cipher(const SSL_CIPHER *cipher) { return 1; } [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c: In function 'ssl3_expect_flight': [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c:103:37: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: 103 | static void ssl3_expect_flight(SSL *ssl) {} [INFO] [stderr] warning: | ~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c: In function 'ssl3_received_flight': [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c:105:39: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: 105 | static void ssl3_received_flight(SSL *ssl) {} [INFO] [stderr] warning: | ~~~~~^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c: In function 'ssl_noop_x509_clear': [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c:261:39: warning: unused parameter 'cert' [-Wunused-parameter] [INFO] [stderr] warning: 261 | static void ssl_noop_x509_clear(CERT *cert) {} [INFO] [stderr] warning: | ~~~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c: In function 'ssl_noop_x509_flush_cached_leaf': [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c:262:51: warning: unused parameter 'cert' [-Wunused-parameter] [INFO] [stderr] warning: 262 | static void ssl_noop_x509_flush_cached_leaf(CERT *cert) {} [INFO] [stderr] warning: | ~~~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c: In function 'ssl_noop_x509_flush_cached_chain': [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c:263:52: warning: unused parameter 'cert' [-Wunused-parameter] [INFO] [stderr] warning: 263 | static void ssl_noop_x509_flush_cached_chain(CERT *cert) {} [INFO] [stderr] warning: | ~~~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c: In function 'ssl_noop_x509_session_cache_objects': [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c:264:61: warning: unused parameter 'sess' [-Wunused-parameter] [INFO] [stderr] warning: 264 | static int ssl_noop_x509_session_cache_objects(SSL_SESSION *sess) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c: In function 'ssl_noop_x509_session_dup': [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c:267:51: warning: unused parameter 'new_session' [-Wunused-parameter] [INFO] [stderr] warning: 267 | static int ssl_noop_x509_session_dup(SSL_SESSION *new_session, [INFO] [stderr] warning: | ~~~~~~~~~~~~~^~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c:268:59: warning: unused parameter 'session' [-Wunused-parameter] [INFO] [stderr] warning: 268 | const SSL_SESSION *session) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c: In function 'ssl_noop_x509_session_clear': [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c:271:54: warning: unused parameter 'session' [-Wunused-parameter] [INFO] [stderr] warning: 271 | static void ssl_noop_x509_session_clear(SSL_SESSION *session) {} [INFO] [stderr] warning: | ~~~~~~~~~~~~~^~~~~~~ [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:196:24 [INFO] [stdout] | [INFO] [stdout] 196 | let mut conn = try!(Client::new(ctx)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:196:24 [INFO] [stdout] | [INFO] [stdout] 196 | let mut conn = try!(Client::new(ctx)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 38.20s [INFO] running `Command { std: "docker" "inspect" "12250a752da5a233c72ce8ae7acdc444f1715df128e6cfb3c82fc60546c83165", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12250a752da5a233c72ce8ae7acdc444f1715df128e6cfb3c82fc60546c83165", kill_on_drop: false }` [INFO] [stdout] 12250a752da5a233c72ce8ae7acdc444f1715df128e6cfb3c82fc60546c83165