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 46466ee commit f4f1703Copy full SHA for f4f1703
lib/truffle/rbconfig-for-mkmf.rb
@@ -75,6 +75,7 @@
75
'-Wno-int-to-pointer-cast', # Same as above
76
'-Wno-incompatible-pointer-types', # Fix byebug 8.2.1 compile (st_data_t error)
77
'-Wno-format-invalid-specifier', # Our PRIsVALUE generates this because compilers ignore printf extensions
78
+ '-Wno-format-extra-args', # Our PRIsVALUE generates this because compilers ignore printf extensions
79
'-ferror-limit=500'
80
].join(' ')
81
0 commit comments