mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-24 19:15:20 +00:00
trivial: Work around two false positives when compiling with gcc -Os
This commit is contained in:
parent
c92f352393
commit
b2ad10a818
@ -135,8 +135,8 @@ fu_uefi_bootmgr_verify_fwupd(GError **error)
|
||||
static gboolean
|
||||
fu_uefi_setup_bootnext_with_dp(const guint8 *dp_buf, guint8 *opt, gssize opt_size, GError **error)
|
||||
{
|
||||
const gchar *desc;
|
||||
const gchar *name;
|
||||
const gchar *desc = NULL;
|
||||
const gchar *name = NULL;
|
||||
efi_load_option *loadopt = NULL;
|
||||
gsize var_data_size = 0;
|
||||
guint32 attr;
|
||||
|
Loading…
Reference in New Issue
Block a user