From c44d2805ba480fc7c2faf8ae07f2c1c9febf7e34 Mon Sep 17 00:00:00 2001 From: Aiden Gall Date: Sun, 4 Feb 2024 14:43:37 +0000 Subject: render with raylib --- .clang-tidy | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .clang-tidy (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy new file mode 100644 index 0000000..20b4476 --- /dev/null +++ b/.clang-tidy @@ -0,0 +1,5 @@ +# clangd doesn't like sizeof expressions for pointers to pointers, eg: +# int **x = malloc(sizeof(*x)); +# disables annoying warnings (be careful!) + +Checks: '-bugprone-sizeof-expression' -- cgit v1.2.3