Skip to content

Commit 13977ba

Browse files
gburgessivChromium LUCI CQ
authored andcommitted
clang-tidy: ignore -Wunknown-pragmas temporarily
Bug: b:382774818 Change-Id: I6abffbeace92fea7465de72f8bb9aabbe1963ff7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6150080 Reviewed-by: Peter Kasting <[email protected]> Commit-Queue: Peter Kasting <[email protected]> Commit-Queue: George Burgess <[email protected]> Cr-Commit-Position: refs/heads/main@{#1402635}
1 parent ca5a614 commit 13977ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.clang-tidy

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,9 @@
7171
# https://clang.llvm.org/extra/clang-tidy/checks/misc/include-cleaner.html
7272
- key: misc-include-cleaner.IgnoreHeaders
7373
value: (gmock/gmock|gtest/gtest|third_party|build/linux/debian).*
74+
75+
ExtraArgs:
76+
# b/382774818: disable unknown pragma warnings until we can figure out why
77+
# unknown pragmas are being warned about.
78+
- -Wno-unknown-pragmas
7479
...

0 commit comments

Comments
 (0)