diff options
author | Wu, JessyX <jessyx.wu@intel.com> | 2022-10-04 10:03:54 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-10-24 06:21:08 +0000 |
commit | 4d29da411fa031031a90ec713ad826570e9117d7 (patch) | |
tree | 64eb84975d1e2a21378a0aa59c0a524c53d9384d /RedfishPkg/Library | |
parent | 6fd754ec0fe96511cc48e3babe1a1b650fb3994f (diff) | |
download | edk2-4d29da411fa031031a90ec713ad826570e9117d7.zip edk2-4d29da411fa031031a90ec713ad826570e9117d7.tar.gz edk2-4d29da411fa031031a90ec713ad826570e9117d7.tar.bz2 |
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 <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Signed-off-by: JessyX Wu <jessyx.wu@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Diffstat (limited to 'RedfishPkg/Library')
0 files changed, 0 insertions, 0 deletions