aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index caf02057..26b10123 100644
--- a/.clang-format
+++ b/.clang-format
@@ -34,5 +34,7 @@ AttributeMacros:
StatementMacros:
- SERD_DEPRECATED_BY
- SERD_LOG_FUNC
+ - SERD_DISABLE_NULL_WARNINGS
+ - SERD_RESTORE_WARNINGS
- _Pragma
...