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

+1-1
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)