mirror of
https://github.com/Naios/continuable.git
synced 2025-12-08 01:36:46 +08:00
Fix an expression result unused warning
This commit is contained in:
parent
fb4eb379ca
commit
f35cc355e0
@ -424,7 +424,7 @@ private:
|
||||
Args... /*args*/) {
|
||||
/// Assert that the other signatures are empty too which means all
|
||||
/// signatures had the same size.
|
||||
std::initializer_list<int>{0, ((void)check_pack_empty<Args>{}, 0)...};
|
||||
(void)std::initializer_list<int>{0, ((void)check_pack_empty<Args>{}, 0)...};
|
||||
return signature;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user