Browse Source

Fix build error

master
Arun Prakash Jana 4 years ago
parent
commit
58bb63633d
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/.clang-tidy

+ 1
- 1
src/.clang-tidy View File

@@ -11,5 +11,5 @@ CheckOptions:
- key: fuchsia-restrict-system-includes.Includes - key: fuchsia-restrict-system-includes.Includes
value: '*,-stdint.h,-stdbool.h' value: '*,-stdint.h,-stdbool.h'
- key: readability-function-size.StatementThreshold - key: readability-function-size.StatementThreshold
value: '900'
value: '915'
... ...

Loading…
Cancel
Save