From b52880892d1a85203e58cdb049877e7ae4c16663 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 13 Jan 2010 19:35:38 -0800 Subject: Added strict compiler flags. Made changes to meet compilation. Added test to verify ip and mac addr code. --- test/wax_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/wax_test.cpp') diff --git a/test/wax_test.cpp b/test/wax_test.cpp index 88c9e0f32..06f17b9b7 100644 --- a/test/wax_test.cpp +++ b/test/wax_test.cpp @@ -74,7 +74,7 @@ int main(void){ std::cout << test_type << std::endl; std::cout << "done" << std::endl; }catch(std::exception const& e){ - std::cout << "Exception: " << e.what() << std::endl; + std::cerr << "Exception: " << e.what() << std::endl; return ~0; } return 0; -- cgit v1.2.3