citra-nightly/src/core/hle/service/apt
Mat M e9819b61a6
service: Mark variables as [[maybe_unused]] where applicable (#5318)
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.
2020-05-04 12:22:33 +02:00
..
bcfnt cleanup includes 2019-03-26 10:50:41 -04:00
applet_manager.cpp apt/applet_manager: std::move parameter in GlanceParameter() 2020-04-18 19:22:03 -04:00
applet_manager.h Serialize ArchiveManager and other code review actions 2020-03-29 18:56:25 +01:00
apt.cpp service: Mark variables as [[maybe_unused]] where applicable (#5318) 2020-05-04 12:22:33 +02:00
apt.h Merge pull request #5203 from Subv/apt_title_allowed 2020-04-19 16:50:47 +02:00
apt_a.cpp Services/APT: Implemented the IsTitleAllowed function. 2020-04-18 00:26:08 -05:00
apt_a.h clang-format fixes 2020-02-13 17:39:15 +08:00
apt_s.cpp Merge pull request #5203 from Subv/apt_title_allowed 2020-04-19 16:50:47 +02:00
apt_s.h clang-format fixes 2020-02-13 17:39:15 +08:00
apt_u.cpp Services/APT: Implemented the GetCaptureInfo function. (#5194) 2020-04-18 20:48:09 +02:00
apt_u.h clang-format fixes 2020-02-13 17:39:15 +08:00
errors.h service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
ns.cpp Change over to std::shared_ptr 2019-08-14 21:30:49 -06:00
ns.h Change over to std::shared_ptr 2019-08-14 21:30:49 -06:00
ns_s.cpp clang-format fixes 2020-02-13 17:39:15 +08:00
ns_s.h clang-format fixes 2020-02-13 17:39:15 +08:00