mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 15:37:43 +00:00
![]() Problem: - `constexpr` functions are decorated with the `inline` specifier keyword. This is redundant because `constexpr` functions are implicitly `inline`. - [dcl.constexpr], §7.1.5/2 in the C++11 standard): "constexpr functions and constexpr constructors are implicitly inline (7.1.2)". Solution: - Remove the redundant `inline` keyword. |
||
---|---|---|
.. | ||
Boot | ||
CPU.cpp | ||
CPU.h | ||
Interrupts.h | ||
ISRStubs.h | ||
ProcessorInfo.cpp | ||
ProcessorInfo.h |