mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-25 21:57:47 +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
|
static gboolean
|
||||||
fu_uefi_setup_bootnext_with_dp(const guint8 *dp_buf, guint8 *opt, gssize opt_size, GError **error)
|
fu_uefi_setup_bootnext_with_dp(const guint8 *dp_buf, guint8 *opt, gssize opt_size, GError **error)
|
||||||
{
|
{
|
||||||
const gchar *desc;
|
const gchar *desc = NULL;
|
||||||
const gchar *name;
|
const gchar *name = NULL;
|
||||||
efi_load_option *loadopt = NULL;
|
efi_load_option *loadopt = NULL;
|
||||||
gsize var_data_size = 0;
|
gsize var_data_size = 0;
|
||||||
guint32 attr;
|
guint32 attr;
|
||||||
|
Loading…
Reference in New Issue
Block a user