Commit da5f922
committed
Fix warning
```
../../../../ext/rbs_extension/../../src/util/rbs_allocator.c: In function ‘rbs_allocator_init’:
../../../../ext/rbs_extension/../../src/util/rbs_allocator.c:67:18: warning: old-style function definition [-Wold-style-definition]
67 | rbs_allocator_t *rbs_allocator_init() {
| ^~~~~~~~~~~~~~~~~~
At top level:
```1 parent 6b26044 commit da5f922
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments