diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-01-17 10:50:10 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-01-17 10:50:10 +0200 |
commit | 7cb89ba5f5355a44bbdc2bb1ea110b4d422cdee7 (patch) | |
tree | 2caddfd1e13368669ceadd4a43e7414e8374021e /build | |
parent | d01a9291a0585001932f6b114decbd7bdce748b7 (diff) |
Drop /wd4819 now that default is /utf-8
Diffstat (limited to 'build')
-rw-r--r-- | build/root.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build index 982434b..fc02406 100644 --- a/build/root.build +++ b/build/root.build @@ -14,7 +14,7 @@ if ($cxx.target.system == 'win32-msvc') cxx.poptions += -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS if ($cxx.class == 'msvc') - cxx.coptions += /wd4251 /wd4275 /wd4800 /wd4819 + cxx.coptions += /wd4251 /wd4275 /wd4800 elif ($cxx.id == 'gcc') cxx.coptions += -Wno-maybe-uninitialized -Wno-free-nonheap-object # libbutl |