citra/src/core/hle/service/sm
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
..
sm.cpp service/sm: Add service name retrival based on client port ID 2019-08-20 03:07:30 +08:00
sm.h clang-format fixes 2020-02-13 17:39:15 +08:00
srv.cpp service: Mark variables as [[maybe_unused]] where applicable (#5318) 2020-05-04 12:22:33 +02:00
srv.h More base-derived fixes 2020-02-13 17:42:07 +08:00