aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-01-17 10:51:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-01-17 10:51:39 +0200
commit365a97e57134c7d35e69f63058e60d5181466ac1 (patch)
treefb88cce0edadc6c9a44d158bd72fcdc1799ccfdb
parentab58625192ab0dfe9fd40c8dd4e079b84cabb4e6 (diff)
Drop /wd4819 now that default is /utf-8
-rw-r--r--build/root.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build
index 794fe15..903cb09 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