mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[winpr,stream] fix c++ warings for Stream_Write_UINT8
This commit is contained in:
@@ -300,7 +300,7 @@ extern "C"
|
||||
{
|
||||
WINPR_ASSERT(_s);
|
||||
WINPR_ASSERT(Stream_GetRemainingCapacity(_s) >= 1);
|
||||
*_s->pointer++ = (UINT8)(_v);
|
||||
*_s->pointer++ = (_v);
|
||||
}
|
||||
|
||||
static INLINE void Stream_Write_INT16(wStream* _s, INT16 _v)
|
||||
|
||||
Reference in New Issue
Block a user