From: Wu, JessyX Date: Tue, 4 Oct 2022 02:03:54 +0000 (+0800) Subject: remove GCC build warning X-Git-Tag: edk2-stable202211~137 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=4d29da411fa031031a90ec713ad826570e9117d7;hp=4d29da411fa031031a90ec713ad826570e9117d7;p=mirror_edk2.git remove GCC build warning 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 Cc: Yuwei Chen Signed-off-by: JessyX Wu Reviewed-by: Liming Gao Reviewed-by: Bob Feng ---