Remove format strings from connection types

Issue #2064
This commit is contained in:
Norman Feske
2023-03-03 12:07:28 +01:00
committed by Christian Helmuth
parent fb66e733b5
commit 9debad4e91
58 changed files with 199 additions and 457 deletions

View File

@ -26,4 +26,4 @@ enum {
Timer::Time_source::Time_source(Env &env)
: Attached_mmio(env, MMIO_BASE, MMIO_SIZE),
Signalled_time_source(env),
_timer_irq(env, IRQ) { _initialize(); }
_timer_irq(env, unsigned(IRQ)) { _initialize(); }