mirror of
https://github.com/PabloMK7/citra.git
synced 2025-10-11 20:10:03 +00: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. |
||
---|---|---|
.. | ||
cecd.cpp | ||
cecd.h | ||
cecd_ndm.cpp | ||
cecd_ndm.h | ||
cecd_s.cpp | ||
cecd_s.h | ||
cecd_u.cpp | ||
cecd_u.h |