You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/libturbobadger/tb/tb_value.cpp: In member function ‘void tb::TBValue::Copy(const tb::TBValue&)’:
/libturbobadger/tb/tb_value.cpp:208:46: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class tb::TBValue’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
memcpy(this, &source_value, sizeof(TBValue));
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: