From e02f9fd89b059919baf3a8d8bf8b783470976a27 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sat, 27 Apr 2024 01:16:21 +0200 Subject: Some work on Vulkan initialization --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index be78fe7..3cedbdc 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -26,3 +26,4 @@ Checks: - "-*-noexcept-move-operations" - "-*-bounds-array-to-pointer-decay" - "-*-no-array-decay" + - "-*-signed-bitwise" -- cgit