Commit 25b73e13 authored by Lioncash's avatar Lioncash
Browse files

result: Add [[nodiscard]] specifiers where applicable

The result code classes are used quite extensively throughout both the
kernel and service HLE code. We can mark these member functions as
[[nodiscard]] to prevent a few logic bugs from slipping through.
parent fefc76e5
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment