summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-01-17 10:57:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-01-17 10:57:49 +0200
commit4f61db8a737e851fa1e3d8f9b9799c363aa2d6a9 (patch)
tree9492288255847d44e30777cf8d6e644d6efc3d4d
parent2fc646eee7222b12c8528e81bdc0959b21f105c6 (diff)
Drop /wd4819 now that default is /utf-8
-rw-r--r--xsd/build/root.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsd/build/root.build b/xsd/build/root.build
index 4407c3e..8589e33 100644
--- a/xsd/build/root.build
+++ b/xsd/build/root.build
@@ -21,7 +21,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
cxx.poptions =+ "-I$out_root" "-I$src_root"