mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-15 00:11:55 +07:00
WARNINGS: fix little PVS warnings
This commit is contained in:
@@ -82,7 +82,7 @@ namespace e2d::modules
|
||||
|
||||
template < typename... ImplTs >
|
||||
void shutdown() noexcept {
|
||||
return (... , module<typename ImplTs::base_type>::shutdown());
|
||||
(... , module<typename ImplTs::base_type>::shutdown());
|
||||
}
|
||||
|
||||
template < typename... ImplTs >
|
||||
|
||||
Reference in New Issue
Block a user