Re: [edk2-devel] [PATCH v3] remove GCC build warning

2022-10-23 Thread Bob Feng
Reviewed-by: Bob Feng Thanks, Bob -Original Message- From: Wu, JessyX Sent: Tuesday, October 4, 2022 10:04 AM To: devel@edk2.groups.io Cc: Wu, JessyX ; Feng, Bob C ; Gao, Liming ; Chen, Christine Subject: [PATCH v3] remove GCC build warning Fix gcc: warning: -x c after last input

回复: [edk2-devel] 回复: [edk2-devel] [PATCH v3] remove GCC build warning

2022-10-18 Thread gaoliming via groups.io
Jessy: Thanks for your confirmation. The change should be fine. Reviewed-by: Liming Gao Thanks Liming 发件人: devel@edk2.groups.io 代表 JessyX Wu 发送时间: 2022年10月18日 9:36 收件人: gaoliming ; devel@edk2.groups.io 主题: Re: [edk2-devel] 回复: [edk2-devel] [PATCH v3] remove GCC build warning I had

Re: [edk2-devel] 回复: [edk2-devel] [PATCH v3] remove GCC build warning

2022-10-17 Thread JessyX Wu
I had verified both GCC5 and GCC49, and the build processes are good. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#95304): https://edk2.groups.io/g/devel/message/95304 Mute This Topic: https://groups.io/mt/94193549/21656 Group Owner:

回复: [edk2-devel] [PATCH v3] remove GCC build warning

2022-10-07 Thread gaoliming via groups.io
Have you verified GCC5 and GCC49 tool chain? Thanks Liming > -邮件原件- > 发件人: devel@edk2.groups.io 代表 JessyX Wu > 发送时间: 2022年10月4日 10:04 > 收件人: devel@edk2.groups.io > 抄送: JessyX Wu ; Bob Feng ; > Liming Gao ; Yuwei Chen > > 主题: [edk2-devel] [PATCH v3] remove GCC bu

[edk2-devel] [PATCH v3] remove GCC build warning

2022-10-03 Thread JessyX Wu
Fix gcc: warning: -x c after last input file has no effect These kind of flag can only affect the source code after them. For the build command in build_rule.template, we have no other source code or object after these two flag. It seems we don't need them here. Cc: Bob Feng Cc: Liming Gao