mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-04-07 00:51:29 -06:00
Quite a few service functions are stubbed but still pop all their arguments, which can lead to unused variable warnings. We can mark the unused arguments with [[maybe_unused]] to silence these warnings until a full implementation of these functions are made. |
||
|---|---|---|
| .. | ||
| applets | ||
| kernel | ||
| service | ||
| ipc_helpers.h | ||
| ipc.h | ||
| lock.cpp | ||
| lock.h | ||
| result.h | ||
| romfs.cpp | ||
| romfs.h | ||