mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-29 14:32:58 +02:00
kern: fix building under release config
This commit is contained in:
parent
b98450c9cf
commit
371a273988
@ -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…
Reference in New Issue
Block a user