We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7083aaf commit 2c0911dCopy full SHA for 2c0911d
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