diff options
author | Brian Gianforcaro <b.gianfo@gmail.com> | 2021-02-14 15:06:10 -0800 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-02-15 08:28:57 +0100 |
commit | f12754ee10ae1a1fcf4b5cf8b18fd06b5f4c13d2 (patch) | |
tree | b60ab5c310e0062a349010f7a70db4544c28f5cf /Userland/Libraries/LibTTF | |
parent | a8a834782c8f604df15d300e83dca78c89e633f3 (diff) | |
download | serenity-f12754ee10ae1a1fcf4b5cf8b18fd06b5f4c13d2.zip |
Kernel: Mark BlockResult as [[nodiscard]]
In the majority of cases we want to force callers to observe the
result of a blocking operation as it's not grantee to succeed as
they expect. Mark BlockResult as [[nodiscard]] to force any callers
to observe the result of the blocking operation.
Diffstat (limited to 'Userland/Libraries/LibTTF')
0 files changed, 0 insertions, 0 deletions