mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 12:57:31 +02:00
Silence spurious warning
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
* is_invocable works with move-only types
|
||||
* Use std::function and reference wrapper
|
||||
* Add session_alloc to example/common
|
||||
* Silence spurious warning
|
||||
|
||||
WebSocket
|
||||
|
||||
|
@ -616,7 +616,7 @@ protected:
|
||||
}
|
||||
name = make_string(first, p);
|
||||
++p; // eat ':'
|
||||
char const* token_last;
|
||||
char const* token_last = nullptr;
|
||||
for(;;)
|
||||
{
|
||||
// eat leading ' ' and '\t'
|
||||
|
Reference in New Issue
Block a user