mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-15 03:27:49 +01:00
kern: fix building under release config
This commit is contained in:
parent
9dc3e025fc
commit
b1f38be3ae
@ -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