diff options
| author | Raed Rizqie <raed.rizqie@gmail.com> | 2024-08-16 13:51:21 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-16 14:51:21 +0900 |
| commit | 018bd07f07e43a5be8ed94cfbcaac3c742b30b0a (patch) | |
| tree | 798769b148617bcda88e551a527c807e1a1de18b /test/set | |
| 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 <nobu.nakada@gmail.com>
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11376
Merged-By: nobu <nobu@ruby-lang.org>
Diffstat (limited to 'test/set')
0 files changed, 0 insertions, 0 deletions
