From: Arun Prakash Jana Date: Sat, 21 Nov 2020 21:05:54 +0000 (+0530) Subject: Fix build error X-Git-Tag: v3.6~57 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=58bb63633d729f3caf08bc652dee1447858d9898;p=nnn.git Fix build error --- diff --git a/src/.clang-tidy b/src/.clang-tidy index a4dc28b2..a40cfc77 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -11,5 +11,5 @@ CheckOptions: - key: fuchsia-restrict-system-includes.Includes value: '*,-stdint.h,-stdbool.h' - key: readability-function-size.StatementThreshold - value: '900' + value: '915' ...