From 7cb89ba5f5355a44bbdc2bb1ea110b4d422cdee7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 17 Jan 2022 10:50:10 +0200 Subject: Drop /wd4819 now that default is /utf-8 --- build/root.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') 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 -- cgit v1.1