summaryrefslogtreecommitdiff
path: root/xmake/plugins/project/clang/compile_commands.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/plugins/project/clang/compile_commands.lua')
-rw-r--r--xmake/plugins/project/clang/compile_commands.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/project/clang/compile_commands.lua b/xmake/plugins/project/clang/compile_commands.lua
index 020713c3d..448382434 100644
--- a/xmake/plugins/project/clang/compile_commands.lua
+++ b/xmake/plugins/project/clang/compile_commands.lua
@@ -71,7 +71,7 @@ function _make_single_object(jsonfile, target, sourcekind, sourcebatch)
-- not supported now, ignore it directly
for _, sourcefile in ipairs(table.wrap(sourcebatch.sourcefiles)) do
- cprint("${bright yellow}warning: ${default yellow}ignore[%s]: %s", target:name(), sourcefile)
+ cprint("${color.warning}warning: ${clear}ignore[%s]: %s", target:name(), sourcefile)
end
end