From c20011f985ef60855f99dc515b4d407aed0e1eab Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 10 Sep 2026 09:01:53 +0200 Subject: build: include dynamic stack size in warnings --- .clang-tidy | 2 ++ 1 file changed, 2 insertions(+) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index e110ab1f..6a12fccd 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -91,3 +91,5 @@ HeaderFilterRegex: "(arch|kernel|kapi|kstd)/.*\\.hpp" SystemHeaders: true RemovedArgs: - -fcondition-coverage +ExtraArgsBefore: + - -Wno-unknown-warning-option \ No newline at end of file -- cgit v1.2.3