summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-06-07 12:01:30 -0400
committerDavid Robillard <d@drobilla.net>2025-06-07 12:01:30 -0400
commitc271dbeb9787b8a223c3049342468e720cc760b3 (patch)
treea45678ed144727505fbe4f4d7e7b39cbc74f43c0
parent555e429e34c2a325e262dbb9de157d60a08ca17d (diff)
downloadzix-c271dbeb9787b8a223c3049342468e720cc760b3.tar.gz
zix-c271dbeb9787b8a223c3049342468e720cc760b3.tar.bz2
zix-c271dbeb9787b8a223c3049342468e720cc760b3.zip
Suppress MSVC warning in C++ testHEADmain
-rw-r--r--test/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index bc41993..d732390 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -233,6 +233,7 @@ if add_languages(['cpp'], native: false, required: get_option('tests_cpp'))
'/wd4711', # function selected for automatic inline expansion
'/wd4820', # padding added after construct
'/wd5039', # throwing function passed to C (winbase.h)
+ '/wd5045', # will insert Spectre mitigation for memory load
'/wd5262', # implicit fall-through
'/wd5264', # const variable is not used
]