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 7c8d22e commit 8a5ab98Copy full SHA for 8a5ab98
meson.build
@@ -287,6 +287,7 @@ if is_msvc
287
# dangerous ones glaring, distributed with GLib
288
'/EHsc', # avoid warnings caused by exception handling model used
289
'/utf-8', # Avoid C4819 unicode conversion warnings when building on CJK locales
290
+ '/wd4706', # assignment within conditional expression
291
]
292
if host_machine.cpu_family() == 'x86_64' or host_machine.cpu_family() == 'aarch64'
293
# 'var' : conversion from 'size_t' to 'type', possible loss of data (applies on 64-bit builds)
0 commit comments