Skip to content

Commit

Permalink
any: avoid warnings due to unused attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Nov 20, 2024
1 parent 5cf82d9 commit 823d194
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/entt/core/any.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ class basic_any {
if constexpr(in_situ<Type>) {
return elem;
}
[[fallthrough]];
}

return nullptr;
Expand Down

0 comments on commit 823d194

Please sign in to comment.