WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 54b9b17

Browse files
committed
fixup! -Werror stream deprecations & inconsistent overloads
1 parent c257375 commit 54b9b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/host/common/include/ClientContext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ class ClientContext
280280

281281
// return a pointer to available data buffer (size = peekAvailable())
282282
// semantic forbids any kind of read() before calling peekConsume()
283-
const char* peekBuffer()
283+
const void* peekBuffer()
284284
{
285285
return _inbuf;
286286
}

0 commit comments

Comments
 (0)