summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authoractboy168 <actboy168@gmail.com>2023-02-07 11:02:14 +0800
committeractboy168 <actboy168@gmail.com>2023-02-07 11:02:14 +0800
commitf0a66a416e293a3a066582e6b23c1bace9704684 (patch)
tree54dd391d73f651559b70e63ea11bb910e7472edd /make
parent42f48c7777abe9243372688701f8609ce923168c (diff)
downloadlua-language-server-f0a66a416e293a3a066582e6b23c1bace9704684.zip
fixes warning
Diffstat (limited to 'make')
-rw-r--r--make/code_format.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/make/code_format.lua b/make/code_format.lua
index 49a01290..bf619a54 100644
--- a/make/code_format.lua
+++ b/make/code_format.lua
@@ -23,8 +23,7 @@ lm:source_set 'code_format' {
"CodeService/src/**.cpp",
},
windows = {
- -- 不要开哦
- -- flasg = "/W3 /WX"
+ flags = "/utf-8",
},
macos = {
flags = "-Wall -Werror",