diff options
| author | Kazuki Yamaguchi <k@rhe.jp> | 2023-06-07 03:46:43 +0900 |
|---|---|---|
| committer | Kazuki Yamaguchi <k@rhe.jp> | 2023-06-19 01:57:09 +0900 |
| commit | af66b9b7203a22e6029872513c59a7284f381cf9 (patch) | |
| tree | 1166589c210a8fe030973faeaeb80c816a85cccc /spec/ruby/core/kernel/shared | |
| parent | 397ebbc62dafef02c9c47ea2d67fd31253f7b81b (diff) | |
[ruby/openssl] pkey: use unsigned type for bit fields
clang generates a warning:
../../../../ext/openssl/ossl_pkey.c:326:22: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion]
arg->interrupted = 1;
^ ~
1 error generated.
https://github.com/ruby/openssl/commit/4b2ba7b022
Diffstat (limited to 'spec/ruby/core/kernel/shared')
0 files changed, 0 insertions, 0 deletions
