Skip to content

Commit e1518d4

Browse files
committed
Warn on unused-value, RB_GC_GUARD uses the value now
1 parent 31b74b1 commit e1518d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/truffle/rbconfig-for-mkmf.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
'-Wno-unknown-warning-option', # If we're on an earlier version of clang without a warning option, ignore it
7171
'-Wno-int-conversion', # MRI has VALUE defined as long while we have it as void*
7272
'-Wno-int-to-pointer-cast', # Same as above
73-
'-Wno-unused-value', # RB_GC_GUARD leaves
7473
'-Wno-incompatible-pointer-types', # Fix byebug 8.2.1 compile (st_data_t error)
7574
'-ferror-limit=500'
7675
].join(' ')

0 commit comments

Comments
 (0)