Silence spurious warning

This commit is contained in:
Vinnie Falco
2017-07-15 03:33:37 -07:00
parent bd5ab6ffd0
commit d4eaa002a8
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
* is_invocable works with move-only types * is_invocable works with move-only types
* Use std::function and reference wrapper * Use std::function and reference wrapper
* Add session_alloc to example/common * Add session_alloc to example/common
* Silence spurious warning
WebSocket WebSocket

View File

@ -616,7 +616,7 @@ protected:
} }
name = make_string(first, p); name = make_string(first, p);
++p; // eat ':' ++p; // eat ':'
char const* token_last; char const* token_last = nullptr;
for(;;) for(;;)
{ {
// eat leading ' ' and '\t' // eat leading ' ' and '\t'