diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index 7b30bd2..4c1027c 100644 --- a/.clang-format +++ b/.clang-format @@ -24,5 +24,6 @@ StatementMacros: - PUGL_CONST_FUNC - PUGL_DEPRECATED_BY - PUGL_UNUSED + - PUGL_WARN_UNUSED_RESULT - _Pragma ... |