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.
-Wconstant-conversion
1 parent e4cde3d commit 8d59f19Copy full SHA for 8d59f19
tools/system_libs.py
@@ -1796,6 +1796,7 @@ class libmimalloc(MTLibrary):
1796
'-Wno-unused-but-set-variable',
1797
'-Wno-unused-variable',
1798
'-Wno-deprecated-pragma',
1799
+ '-Wno-constant-conversion',
1800
# build emmalloc as only a system allocator, without exporting itself onto
1801
# malloc/free in the global scope
1802
'-DEMMALLOC_NO_STD_EXPORTS',
0 commit comments