Browse Source

sparse_set: linter directive on bind

Michele Caini 1 year ago
parent
commit
51391a9381
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/entt/entity/sparse_set.hpp

+ 1 - 0
src/entt/entity/sparse_set.hpp

@@ -1053,6 +1053,7 @@ public:
     }
 
     /*! @brief Forwards variables to derived classes, if any. */
+    // NOLINTNEXTLINE(performance-unnecessary-value-param)
     virtual void bind(any) noexcept {}
 
 private: