diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-01-17 10:52:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-01-17 10:52:27 +0200 |
commit | fcbbedbc395006ad60a2a85f42c5ef168d763dd1 (patch) | |
tree | af695a966f034fc6e8b26dd62fe8d9cc261a2ff7 /build | |
parent | 85b4328397f1f8fd6e5e0804d758e9ad5d345382 (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 1dcb07b..3c64dc5 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 |