From 08e01f35f747bfe30a40ea99cbcd63ad7fb94e7e Mon Sep 17 00:00:00 2001 From: bigbear Date: Thu, 8 Feb 2024 02:57:20 +0100 Subject: FIX GCC Warnings --- hardinfo2/vendor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/vendor.c') diff --git a/hardinfo2/vendor.c b/hardinfo2/vendor.c index bd3f52fe..469acaa2 100644 --- a/hardinfo2/vendor.c +++ b/hardinfo2/vendor.c @@ -64,7 +64,7 @@ static Vendor vendors_builtin[] = { if (vendor_die_on_error) exit(-1); } static vendor_list vendors = NULL; -const vendor_list get_vendors_list() { return vendors; } +vendor_list get_vendors_list() { return vendors; } gboolean vendor_die_on_error = FALSE; /* sort the vendor list by length of match_string, -- cgit v1.2.3