Silence unused variable warning (#1613)
This commit is contained in:
@@ -245,6 +245,8 @@ public:
|
|||||||
/* There is no timeout when failing to uncork for WebSockets,
|
/* There is no timeout when failing to uncork for WebSockets,
|
||||||
* as that is handled by idleTimeout */
|
* as that is handled by idleTimeout */
|
||||||
auto [written, failed] = Super::uncork();
|
auto [written, failed] = Super::uncork();
|
||||||
|
(void)written;
|
||||||
|
(void)failed;
|
||||||
} else {
|
} else {
|
||||||
/* We are already corked, or can't cork so let's just call the handler */
|
/* We are already corked, or can't cork so let's just call the handler */
|
||||||
handler();
|
handler();
|
||||||
|
|||||||
Reference in New Issue
Block a user