Remove clang warning

This commit is contained in:
John Wellbelove 2021-08-17 10:50:43 +01:00
parent 32d50ffa03
commit 3865f17fba

View File

@ -500,7 +500,7 @@ namespace etl
/// Default constructor.
//*************************************************************************
bip_buffer_spsc_atomic()
: base_t(reinterpret_cast<T*>(&buffer[0]), RESERVED_SIZE)
: base_t(reinterpret_cast<T*>(buffer.raw), RESERVED_SIZE)
{
}