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