diff options
author | David Robillard <d@drobilla.net> | 2020-09-26 21:49:55 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-09-26 21:49:55 +0200 |
commit | 6d62293ef2ed19820ea4270c70e28d71f39890bf (patch) | |
tree | 29580017e638e9f34bc74e112b84f120c8b8eb8a | |
parent | 9a8461570a48cae17a2d3a2ac54b47c99bde0dca (diff) | |
download | lv2-6d62293ef2ed19820ea4270c70e28d71f39890bf.tar.xz |
Suppress MSVC warning 4711
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -129,6 +129,7 @@ def configure(conf): '/wd4514', # unreferenced inline function has been removed '/wd4706', # assignment within conditional expression '/wd4710', # function not inlined + '/wd4711', # function selected for automatic inline expansion '/wd4820', # padding added after construct '/wd5045', # will insert Spectre mitigation for memory load ] |