mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-12 06:13:09 +00:00
Revert "plugins/amt: Fix compilation on Jessie machine; UUID_LE is not const"
This reverts commit 1a5c7f6fe5
.
The warning is obviously complaining that the value cannot be evaluated
at compile time, rather than that it’s being assigned to a const storage
location.
This commit is contained in:
parent
1a5c7f6fe5
commit
1f68512f18
@ -235,7 +235,7 @@ struct amt_host_if_resp_header {
|
||||
guchar data[0];
|
||||
} __attribute__((packed));
|
||||
|
||||
uuid_le MEI_IAMTHIF = UUID_LE(0x12f80028, 0xb4b7, 0x4b2d, \
|
||||
const uuid_le MEI_IAMTHIF = UUID_LE(0x12f80028, 0xb4b7, 0x4b2d, \
|
||||
0xac, 0xa8, 0x46, 0xe0, 0xff, 0x65, 0x81, 0x4c);
|
||||
|
||||
#define AMT_HOST_IF_CODE_VERSIONS_REQUEST 0x0400001A
|
||||
|
Loading…
Reference in New Issue
Block a user