mirror of
https://github.com/Naios/continuable.git
synced 2026-02-09 11:16:40 +08:00
Fix an expression result unused warning
This commit is contained in:
parent
fb4eb379ca
commit
f35cc355e0
@ -424,7 +424,7 @@ private:
|
|||||||
Args... /*args*/) {
|
Args... /*args*/) {
|
||||||
/// Assert that the other signatures are empty too which means all
|
/// Assert that the other signatures are empty too which means all
|
||||||
/// signatures had the same size.
|
/// 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;
|
return signature;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user