mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-28 05:34:11 -04:00
kern: build with -Wextra
This commit is contained in:
parent
d3014f6ed9
commit
73798cb812
32 changed files with 100 additions and 30 deletions
|
@ -357,6 +357,7 @@ namespace ams::kern::init {
|
|||
case ID: \
|
||||
cpu::SetDbgWcr##ID##El1(__VA_ARGS__); \
|
||||
cpu::SetDbgWvr##ID##El1(__VA_ARGS__); \
|
||||
[[fallthrough]];
|
||||
|
||||
#define MESOSPHERE_INITIALIZE_BREAKPOINT_CASE(ID, ...) \
|
||||
case ID: \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue