aboutsummaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-09-10 09:01:53 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-09-10 09:01:53 +0200
commitc20011f985ef60855f99dc515b4d407aed0e1eab (patch)
treecbc2b042607c92744d78a0ee99204ef4225f2502 /.clang-tidy
parent2b98a55d1f85684e525386dc27519d83d0b34e50 (diff)
downloadkernel-c20011f985ef60855f99dc515b4d407aed0e1eab.tar.xz
kernel-c20011f985ef60855f99dc515b4d407aed0e1eab.zip
build: include dynamic stack size in warnings
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy2
1 files changed, 2 insertions, 0 deletions
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