summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/configure_debug.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-04-11 20:42:40 -0400
committerLioncash <mathew1800@gmail.com>2019-04-11 20:42:44 -0400
commit66b73fd39957f9d40dc2d2b05468bbd4d2a1347e (patch)
treed1fcbe18e413a1ffe09ea1cf74420c1074a71df5 /src/yuzu/configuration/configure_debug.cpp
parent9cb4b7be40dd93d4982d78a5f420326fd9c628a8 (diff)
common/swap: Mark byte swapping free functions with [[nodiscard]] and noexcept
Allows the compiler to inform when the result of a swap function is being ignored (which is 100% a bug in all usage scenarios). We also mark them noexcept to allow other functions using them to be able to be marked as noexcept and play nicely with things that potentially inspect "nothrowability".
Diffstat (limited to 'src/yuzu/configuration/configure_debug.cpp')
0 files changed, 0 insertions, 0 deletions