Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 54b9b17

Browse files
committedMay 13, 2025·
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)
Please sign in to comment.