Skip to content

Commit

Permalink
utils: Fixed false positive compiler warnings occuring for some combi…
Browse files Browse the repository at this point in the history
…nations of gcc and boost
  • Loading branch information
fweik committed Nov 13, 2019
1 parent d700908 commit 9be9bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/tests/memcpy_archive_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ BOOST_AUTO_TEST_CASE(serializaton_processing) {

{
auto ia = Utils::MemcpyIArchive{Utils::make_span(buf)};
OpVec out1, out2;
OpVec out1 = Utils::Vector3d{}, out2;
ia >> out1;
ia >> out2;

Expand Down

0 comments on commit 9be9bac

Please sign in to comment.