diff options
author | David Robillard <d@drobilla.net> | 2022-12-14 17:46:37 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-12-14 18:04:27 -0500 |
commit | c57a4fd74afe56fcece6b6f5f36146c9c57e7108 (patch) | |
tree | 8e292ddad19f103e032e4399dc26b92fbd05950f /src/gui/.clang-tidy | |
parent | 1ec4ef7972bf28dbca9ee3503a3dcc688ed74157 (diff) | |
download | ingen-c57a4fd74afe56fcece6b6f5f36146c9c57e7108.tar.gz ingen-c57a4fd74afe56fcece6b6f5f36146c9c57e7108.tar.bz2 ingen-c57a4fd74afe56fcece6b6f5f36146c9c57e7108.zip |
Avoid use of std::bind
Diffstat (limited to 'src/gui/.clang-tidy')
-rw-r--r-- | src/gui/.clang-tidy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/.clang-tidy b/src/gui/.clang-tidy index 5f6e0c3f..f71d2555 100644 --- a/src/gui/.clang-tidy +++ b/src/gui/.clang-tidy @@ -24,6 +24,5 @@ Checks: > -google-runtime-references, -hicpp-multiway-paths-covered, -hicpp-vararg, - -modernize-avoid-bind, -readability-convert-member-functions-to-static, InheritParentConfig: true |