diff options
author | Anastasia Klimchuk <aklm@chromium.org> | 2022-04-08 15:34:20 +1000 |
---|---|---|
committer | Anastasia Klimchuk <aklm@chromium.org> | 2022-04-29 04:24:15 +0000 |
commit | f81c1c9d0ad8e83649e5bc3c7052e0c67aff0ba6 (patch) | |
tree | e871d552250f774d451c09c450acc9a431fee24f /print.c | |
parent | 87d7b110d6ed6d4ef0b61e777f2fee3c10808f0b (diff) | |
download | flashrom-f81c1c9d0ad8e83649e5bc3c7052e0c67aff0ba6.tar.gz flashrom-f81c1c9d0ad8e83649e5bc3c7052e0c67aff0ba6.tar.bz2 flashrom-f81c1c9d0ad8e83649e5bc3c7052e0c67aff0ba6.zip |
ich_descriptors_tool: Fix -Wsign-compare warnings
This patch is fixing -Wsign-compare warnings, specifically:
warning: comparison of integer expressions of different signedness:
‘int’ and ‘uint32_t’ {aka ‘unsigned int’} [-Wsign-compare]
Both instances in this patch produce the same warning.
The patch is needed to sync compiler warning options between meson
and makefile.
TEST=running the following gives no warnings:
meson setup --wipe (to clean build directory)
ninja test
Change-Id: I1f9325e9cf89f57f18d63cc3906a0958b47286d7
Signed-off-by: Anastasia Klimchuk <aklm@chromium.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/63488
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Thomas Heijligen <src@posteo.de>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'print.c')
0 files changed, 0 insertions, 0 deletions