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 218f02c commit 2dd4b49Copy full SHA for 2dd4b49
meson.build
@@ -27,6 +27,7 @@ project_args = [
27
# ignore some MSVC warnings for narrowing
28
'/wd4244',
29
'/wd4267',
30
+ '/wd4551',
31
]
32
33
c_args = cc.get_supported_arguments(project_args)
0 commit comments