From 08e01f35f747bfe30a40ea99cbcd63ad7fb94e7e Mon Sep 17 00:00:00 2001 From: bigbear Date: Thu, 8 Feb 2024 02:57:20 +0100 Subject: FIX GCC Warnings --- modules/devices/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/devices/pci.c') diff --git a/modules/devices/pci.c b/modules/devices/pci.c index c7114672..859fa339 100644 --- a/modules/devices/pci.c +++ b/modules/devices/pci.c @@ -45,7 +45,7 @@ static const struct { static const gchar *find_icon_for_class(uint32_t class) { - int i; + guint i; for (i = 0; i < G_N_ELEMENTS(class2icon); i++) { if (class2icon[i].class <= 0xff) { -- cgit v1.2.3