mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-28 22:12:40 +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)
|
||||
old_head->SetNextTask(nullptr);
|
||||
#else
|
||||
AMS_UNUSED(old_head);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user