Skip to content

Commit 47af242

Browse files
committed
Fix compiler warning (-Wold-style-definition)
1 parent 1325b2c commit 47af242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/concurrent-ruby-ext/rb_concurrent.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ static VALUE rb_cAtomicFixnum;
1313

1414
// Init_extension
1515

16-
void Init_concurrent_ruby_ext() {
16+
void Init_concurrent_ruby_ext(void) {
1717

1818
// define modules and classes
1919
rb_mConcurrent = rb_define_module("Concurrent");

0 commit comments

Comments
 (0)