aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 977f685..cadbf58 100644
--- a/meson.build
+++ b/meson.build
@@ -124,6 +124,7 @@ if get_option('strict')
'/wd4996', # function or variable may be unsafe
'/wd5026', # move constructor implicitly deleted
'/wd5027', # move assignment operator implicitly deleted
+ '/wd5039', # potentially throwing function passed to C
'/wd5045', # will insert Spectre mitigation for memory load
]
endif