kern: fix building under release config
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user