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
In file included from memtable/wbwi_memtable.cc:6:
./memtable/wbwi_memtable.h: In member function 'void rocksdb::WBWIMemTableIterator::UpdateKey()':
./memtable/wbwi_memtable.h:126:49: error: array subscript 0 is outside array bounds of 'std::aligned_storage<8, 4>::type [0]' [-Werror=array-bounds=]
126 | std::to_string(t->second));
| ~~~^~~~~~
cc1plus: note: source object is likely at address zero
cc1plus: all warnings being treated as errors
make: *** [Makefile:2569: memtable/wbwi_memtable.o] Error 1
Expected behavior
the static library is built correctly
Actual behavior
when building
memtable/wbwi_memtable.o
:Steps to reproduce the behavior
make static_lib
This should be fixed by this commit which going by this pull but is not?
Oh, i see. Going by the commit history this was later overwritten by this commit.
The text was updated successfully, but these errors were encountered: