Skip to content

Commit f0a66a4

Browse files
committed
fixes warning
1 parent 42f48c7 commit f0a66a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

make/code_format.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ lm:source_set 'code_format' {
2323
"CodeService/src/**.cpp",
2424
},
2525
windows = {
26-
-- 不要开哦
27-
-- flasg = "/W3 /WX"
26+
flags = "/utf-8",
2827
},
2928
macos = {
3029
flags = "-Wall -Werror",

0 commit comments

Comments
 (0)