mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-10-02 07:37:08 +02:00
kern: fix building under release config
This commit is contained in:
parent
411602de92
commit
f4da540bed
@ -54,6 +54,8 @@ namespace ams::kern {
|
||||
|
||||
#if defined (MESOSPHERE_BUILD_FOR_AUDITING)
|
||||
old_head->SetNextTask(nullptr);
|
||||
#else
|
||||
AMS_UNUSED(old_head);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user