Skip to content

Commit 56b1d57

Browse files
committed
fixup! Merge tag 'fixes-pull-request' of gitlab.com:marcandre.lureau/qemu into staging
1 parent 6576b99 commit 56b1d57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/hw/riscv/boot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ char *riscv_plic_hart_config_string(int hart_count);
4343

4444
target_ulong riscv_calc_kernel_start_addr(RISCVHartArrayState *harts,
4545
target_ulong firmware_end_addr);
46-
QEMU_WARN_UNUSED_RESULT
46+
G_GNUC_WARN_UNUSED_RESULT
4747
target_ulong riscv_find_and_load_firmware(MachineState *machine,
4848
const char *default_machine_firmware,
4949
hwaddr firmware_load_addr,

0 commit comments

Comments
 (0)