summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-31 17:21:49 +0100
committerDavid Robillard <d@drobilla.net>2020-12-31 18:13:53 +0100
commitce3e4266e4f0712b27563d079b7e7b6fd8013014 (patch)
tree85cae1c8f7fc3f727b8fb14795f358a18fdbc022 /.clang-format
parentdd6e02903318710ef5c517759b64e6b4e7e2972d (diff)
downloadzix-ce3e4266e4f0712b27563d079b7e7b6fd8013014.tar.gz
zix-ce3e4266e4f0712b27563d079b7e7b6fd8013014.tar.bz2
zix-ce3e4266e4f0712b27563d079b7e7b6fd8013014.zip
Disable glib warnings in the code
Though annoying, this avoids relying on special compiler flags to suppress them.
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index dc17e38..4544618 100644
--- a/.clang-format
+++ b/.clang-format
@@ -22,4 +22,5 @@ StatementMacros:
- ZIX_MALLOC_API
- ZIX_PURE_API
- ZIX_UNUSED
+ - _Pragma
...