mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:37:35 +00:00
LibDebug+LibCoredump: Replace remaining reinterpret_casts and C casts
You misused your toys and I'm now taking them away, reflect on what you did wrong for a bit.
This commit is contained in:
parent
da3c4e5df5
commit
e0db9cb876
10 changed files with 68 additions and 64 deletions
|
@ -80,7 +80,7 @@ void AddressRangesV5::for_each_range(Function<void(Range)> callback)
|
|||
case RangeListEntryType::EndOfList:
|
||||
return;
|
||||
default:
|
||||
dbgln("unsupported range list entry type: 0x{:x}", (int)entry_type);
|
||||
dbgln("unsupported range list entry type: 0x{:x}", entry_type);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue