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 ffcefec commit 36d88bfCopy full SHA for 36d88bf
meson.build
@@ -271,6 +271,7 @@ if is_msvc
271
# dangerous ones glaring, distributed with GLib
272
'/EHsc', # avoid warnings caused by exception handling model used
273
'/utf-8', # Avoid C4819 unicode conversion warnings when building on CJK locales
274
+ '/wd4706', # assignment within conditional expression
275
]
276
if host_machine.cpu_family() == 'x86_64' or host_machine.cpu_family() == 'aarch64'
277
# 'var' : conversion from 'size_t' to 'type', possible loss of data (applies on 64-bit builds)
0 commit comments