回复: [edk2-devel] [PATCH 1/1] BaseTools: trim warning to error

2023-10-23 Thread gaoliming via groups.io
Reviewed-by: Liming Gao > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Yuwei Chen > 发送时间: 2023年9月22日 14:47 > 收件人: devel@edk2.groups.io > 抄送: Rebecca Cran ; Liming Gao > ; Bob Feng > 主题: [edk2-devel] [PATCH 1/1] BaseTools: trim warning to error > > As the error is

Re: [edk2-devel] [PATCH 1/1] BaseTools: trim warning to error

2023-10-18 Thread Rebecca Cran
Reviewed-by: Rebecca Cran On 9/22/23 00:47, Yuwei Chen wrote: As the error is changed to warning, Trim.py will skip the build error when the source code have exactly issue. This patch change warning to error to opens the checking. Cc: Rebecca Cran Cc: Liming Gao Cc: Bob Feng Signed-off-by:

[edk2-devel] [PATCH 1/1] BaseTools: trim warning to error

2023-09-21 Thread Yuwei Chen
As the error is changed to warning, Trim.py will skip the build error when the source code have exactly issue. This patch change warning to error to opens the checking. Cc: Rebecca Cran Cc: Liming Gao Cc: Bob Feng Signed-off-by: Yuwei Chen --- BaseTools/Source/Python/Trim/Trim.py | 4 ++-- 1