mirror of
https://git.proxmox.com/git/fwupd
synced 2026-01-09 21:32:36 +00:00
trivial: Unconstify an allocated variable to avoid a GCC warning
This commit is contained in:
parent
97d1cbb304
commit
f1d6f6cfc3
@ -33,8 +33,8 @@
|
||||
#define HWID_DELL_INC "85d38fda-fc0e-5c6f-808f-076984ae7978"
|
||||
|
||||
struct FuPluginData {
|
||||
const gchar *dock_type;
|
||||
const gchar *system_type;
|
||||
gchar *dock_type;
|
||||
gchar *system_type;
|
||||
};
|
||||
|
||||
static gboolean
|
||||
|
||||
Loading…
Reference in New Issue
Block a user