diff --git a/.clang-tidy b/.clang-tidy index 4d5dbaeb..eace73eb 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -57,6 +57,7 @@ misc-*, readability-duplicate-include, -misc-non-private-member-variables-in-classes, -misc-no-recursion, +-misc-include-cleaner, bugprone-*, clang-analyzer-*, modernize-*, diff --git a/deps/glutils/include/glutils/glutils.hpp b/deps/glutils/include/glutils/glutils.hpp index bbeac254..6713e557 100644 --- a/deps/glutils/include/glutils/glutils.hpp +++ b/deps/glutils/include/glutils/glutils.hpp @@ -210,7 +210,7 @@ struct BufferSet { }; void sendVbo(BufferSet const&bs) noexcept; - + void sendEbo(BufferSet const&bs) noexcept; void clearScreen() noexcept;