citra/src/core/hle/service/am
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
..
am.cpp service: Mark variables as [[maybe_unused]] where applicable (#5318) 2020-05-04 12:22:33 +02:00
am.h More cleaning up 2020-03-29 19:07:56 +01:00
am_app.cpp clang-format fixes 2020-02-13 17:39:15 +08:00
am_app.h clang-format fixes 2020-02-13 17:39:15 +08:00
am_net.cpp clang-format fixes 2020-02-13 17:39:15 +08:00
am_net.h clang-format fixes 2020-02-13 17:39:15 +08:00
am_sys.cpp clang-format fixes 2020-02-13 17:39:15 +08:00
am_sys.h clang-format fixes 2020-02-13 17:39:15 +08:00
am_u.cpp clang-format fixes 2020-02-13 17:39:15 +08:00
am_u.h clang-format fixes 2020-02-13 17:39:15 +08:00