trivial: Work around two false positives when compiling with gcc -Os

This commit is contained in:
Richard Hughes 2021-11-22 14:05:17 +00:00
parent c92f352393
commit b2ad10a818

View File

@ -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;