diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-09-10 09:01:53 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-09-10 09:01:53 +0200 |
| commit | c20011f985ef60855f99dc515b4d407aed0e1eab (patch) | |
| tree | cbc2b042607c92744d78a0ee99204ef4225f2502 /.clang-tidy | |
| parent | 2b98a55d1f85684e525386dc27519d83d0b34e50 (diff) | |
| download | kernel-c20011f985ef60855f99dc515b4d407aed0e1eab.tar.xz kernel-c20011f985ef60855f99dc515b4d407aed0e1eab.zip | |
build: include dynamic stack size in warnings
Diffstat (limited to '.clang-tidy')
| -rw-r--r-- | .clang-tidy | 2 |
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 |
