We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b74b1 commit b05c2aaCopy full SHA for b05c2aa
lib/truffle/rbconfig-for-mkmf.rb
@@ -72,6 +72,7 @@
72
'-Wno-int-to-pointer-cast', # Same as above
73
'-Wno-unused-value', # RB_GC_GUARD leaves
74
'-Wno-incompatible-pointer-types', # Fix byebug 8.2.1 compile (st_data_t error)
75
+ '-Wno-format-invalid-specifier', # Our PRIsVALUE generates this because compilers ignore printf extensions
76
'-ferror-limit=500'
77
].join(' ')
78
0 commit comments