From 519e890061d919ae5ebd174a5a38f844e57cdab6 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 13 May 2020 23:58:21 +0800 Subject: improve wprint --- xmake/core/base/utils.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'xmake/core/base/utils.lua') diff --git a/xmake/core/base/utils.lua b/xmake/core/base/utils.lua index d19be86b7..c516c9e07 100644 --- a/xmake/core/base/utils.lua +++ b/xmake/core/base/utils.lua @@ -261,9 +261,6 @@ function utils.show_warnings() local warnings = utils._WARNINGS if warnings then for idx, msg in ipairs(table.unique(warnings)) do - if idx == 1 then - print("") - end if not option.get("verbose") and idx > 1 then utils.cprint("${bright color.warning}${text.warning}: ${color.warning}add -v for getting more warnings ..") break -- cgit v1.3.1