Skip to content

Commit

Permalink
tests: Remove unused variable warning in mqueue archive test
Browse files Browse the repository at this point in the history
  • Loading branch information
snrkiwi committed Mar 25, 2014
1 parent 1184505 commit 209d6cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/mqueue_archive_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ BOOST_AUTO_TEST_CASE( testMakeArrayBinaryDataArchive )
rtos_enable_rt_warning();
io::stream<io::array_source> inbuf(sink,1000);
binary_data_iarchive in( inbuf );
boost::serialization::array<double> ma = boost::serialization::make_array(r, 10);
in & make_nvp("array", make_array(r, 10) );
rtos_disable_rt_warning();

Expand Down

0 comments on commit 209d6cc

Please sign in to comment.