diff options
author | actboy168 <actboy168@gmail.com> | 2023-02-07 11:02:14 +0800 |
---|---|---|
committer | actboy168 <actboy168@gmail.com> | 2023-02-07 11:02:14 +0800 |
commit | f0a66a416e293a3a066582e6b23c1bace9704684 (patch) | |
tree | 54dd391d73f651559b70e63ea11bb910e7472edd /make | |
parent | 42f48c7777abe9243372688701f8609ce923168c (diff) | |
download | lua-language-server-f0a66a416e293a3a066582e6b23c1bace9704684.zip |
fixes warning
Diffstat (limited to 'make')
-rw-r--r-- | make/code_format.lua | 3 |
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", |