diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-01-23 20:36:27 +0100 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2019-02-13 09:40:06 +0100 |
commit | f38753d2ef5dabcca78b1a70f2903e7f49d5d846 (patch) | |
tree | ba02d9b5fe2bf6b7f9f61e513069e0bb09945bb2 /lib/efi_loader/efi_hii_config.c | |
parent | 4c4fb10da294ab46196c6f1daf8621f2451c88a5 (diff) |
efi_selftest: fix HII tests
efi_st_printf() does not support format code %ld. Anyway the format code
for size_t would be %zu which isn't supported either.
We do not want any divisions to avoid invalid references to integer
arithmetic routines, cf.
https://gcc.gnu.org/onlinedocs/gccint/Integer-library-routines.html.
As a simple remedy remove the noisy messages from the output.
They are not relevant for automated testing.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'lib/efi_loader/efi_hii_config.c')
0 files changed, 0 insertions, 0 deletions