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.
2 parents b9d5779 + b05c2aa commit 2ee81e7Copy full SHA for 2ee81e7
lib/truffle/rbconfig-for-mkmf.rb
@@ -71,6 +71,7 @@
71
'-Wno-int-conversion', # MRI has VALUE defined as long while we have it as void*
72
'-Wno-int-to-pointer-cast', # Same as above
73
'-Wno-incompatible-pointer-types', # Fix byebug 8.2.1 compile (st_data_t error)
74
+ '-Wno-format-invalid-specifier', # Our PRIsVALUE generates this because compilers ignore printf extensions
75
'-ferror-limit=500'
76
].join(' ')
77
0 commit comments