diff options
author | Johnny Lin <johnny_lin@wiwynn.com> | 2023-07-06 13:15:24 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-07-07 13:56:02 +0000 |
commit | 908be4f6edd27ef84ceb904912b92656258a88c0 (patch) | |
tree | 3825607b917643590fc3a327674ca4461cdb1aa3 /src/ec/dell/mec5035 | |
parent | 222c44796cf7d496864d16cbab3d844d23068250 (diff) |
soc/intel/xeon_sp/spr: Fix upd_display.c build error
Fix below build error after DISPLAY_UPD_DATA is selected:
src/soc/intel/xeon_sp/spr/upd_display.c:131:29: error: variable 'old' set but not used [-Werror=unused-but-set-variable]
131 | const FSP_S_CONFIG *old;
| ^~~
src/soc/intel/xeon_sp/spr/upd_display.c:130:29: error: variable 'new' set but not used [-Werror=unused-but-set-variable]
130 | const FSP_S_CONFIG *new;
Change-Id: I43ed5fadab58e0d4dc824457c7a1bdf48511198e
Signed-off-by: Johnny Lin <johnny_lin@wiwynn.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76342
Reviewed-by: Sridhar Siricilla <sridhar.siricilla@intel.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/ec/dell/mec5035')
0 files changed, 0 insertions, 0 deletions