diff options
author | Raed Rizqie <[email protected]> | 2024-08-16 13:51:21 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-08-16 14:51:21 +0900 |
commit | 018bd07f07e43a5be8ed94cfbcaac3c742b30b0a (patch) | |
tree | 798769b148617bcda88e551a527c807e1a1de18b /test/openssl | |
parent | c06fbb192f61e3b7af82c0c99a062a4e3938f9aa (diff) |
Fix some warnings
* Fix unused functions when no `mmap`.
```
shape.c:285:1: warning: unused function 'redblack_insert' [-Wunused-function]
285 | redblack_insert(redblack_node_t * tree, ID key, rb_shape_t * value)
| ^~~~~~~~~~~~~~~
```
* Fix unknown warning group '-Wmaybe-uninitialized' with clang.
```
thread_win32.c:596:1: warning: unknown warning group '-Wmaybe-uninitialized', ignored [-Wunknown-warning-option]
596 | COMPILER_WARNING_IGNORED(-Wmaybe-uninitialized)
| ^
```
Co-authored-by: Nobuyoshi Nakada <[email protected]>
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11376
Merged-By: nobu <[email protected]>
Diffstat (limited to 'test/openssl')
0 files changed, 0 insertions, 0 deletions