mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-28 21:25:52 +00:00
kern: fix building under release config
This commit is contained in:
parent
411602de92
commit
f4da540bed
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ namespace ams::kern {
|
||||||
|
|
||||||
#if defined (MESOSPHERE_BUILD_FOR_AUDITING)
|
#if defined (MESOSPHERE_BUILD_FOR_AUDITING)
|
||||||
old_head->SetNextTask(nullptr);
|
old_head->SetNextTask(nullptr);
|
||||||
|
#else
|
||||||
|
AMS_UNUSED(old_head);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue