Remove system-headers, minimize unwanted warnings.

* If necessary, use --header-filter to select warnings
  in owned header files for each module.

Change-Id: I5a2a52a4f78661b60a8375fbcc46bd5bad92ae60
Test: make with WITH_TIDY=1
This commit is contained in:
Chih-Hung Hsieh
2021-07-27 11:46:32 -07:00
parent 7ad8aa929e
commit 69df09d4d0

View File

@@ -56,9 +56,6 @@ cc_defaults {
"-readability-redundant-access-specifiers",
"-readability-uppercase-literal-suffix",
],
tidy_flags: [
"-system-headers",
],
}
cc_library {