1
0
Fork 0
forked from suyu/suyu
suyu/src/web_service
Lioncash 1c340c6efa CMakeLists: Specify -Wextra on linux builds
Allows reporting more cases where logic errors may exist, such as
implicit fallthrough cases, etc.

We currently ignore unused parameters, since we currently have many
cases where this is intentional (virtual interfaces).

While we're at it, we can also tidy up any existing code that causes
warnings. This also uncovered a few bugs as well.
2020-04-15 21:33:46 -04:00
..
CMakeLists.txt Merge pull request #1542 from lioncash/project 2018-10-23 18:44:08 -04:00
telemetry_json.cpp web_service/telemetry_json: Report USER_CONFIG 2020-01-29 17:53:11 -03:00
telemetry_json.h compatdb: Use a seperate endpoint for testcase submission 2018-10-28 13:23:02 +01:00
verify_login.cpp web_backend: Make Client use the PImpl idiom 2018-10-10 22:29:35 -04:00
verify_login.h web_service: Remove unnecessary inclusions 2019-03-02 14:58:49 -05:00
web_backend.cpp CMakeLists: Specify -Wextra on linux builds 2020-04-15 21:33:46 -04:00
web_backend.h web-service: Port citra's updated web_backend code. 2019-11-09 14:00:44 -05:00