2
0
mirror of https://github.com/boostorg/asio.git synced 2026-01-19 04:02:09 +00:00

Fix or suppress MSVC level 4 warnings. Fixes #1703.

[SVN r44727]
This commit is contained in:
Christopher Kohlhoff
2008-04-22 23:46:15 +00:00
parent be84a0a75a
commit 8768d9dff1
65 changed files with 71 additions and 66 deletions

View File

@@ -18,7 +18,7 @@
#include "unit_test.hpp"
test_suite* init_unit_test_suite(int argc, char* argv[])
test_suite* init_unit_test_suite(int, char*[])
{
test_suite* test = BOOST_TEST_SUITE("basic_stream_socket");
test->add(BOOST_TEST_CASE(&null_test));