diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-10-05 15:39:08 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-10-05 15:39:08 +0200 |
commit | 3180ed36401f84ab9bccf9330ade074b98381309 (patch) | |
tree | 387b67e419f2665af6241657e1d68719669cb38c /.clang-tidy | |
parent | ab21cbd07b9d8a024bd3379cb5aa0e773887730a (diff) |
clang-tidy another warning
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy index 54b6d071..6112d6bb 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -40,7 +40,8 @@ Checks: -hicpp-use-equals-delete, -readability-static-accessed-through-instance, -cert-flp30-c, - -modernize-redundant-void-arg + -modernize-redundant-void-arg, + -hicpp-explicit-conversions, AnalyzeTemporaryDtors: true #HeaderFilterRegex: '/dev/opentrack' |