From 27a292d7f277845879776b00f4acd0580f4bec42 Mon Sep 17 00:00:00 2001 From: Matej Sekoranja Date: Wed, 2 Mar 2016 23:41:30 +0100 Subject: [PATCH] vxWorks test build fix --- testApp/remote/channelAccessIFTest.cpp | 3 +++ testApp/remote/testServer.cpp | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/testApp/remote/channelAccessIFTest.cpp b/testApp/remote/channelAccessIFTest.cpp index 5e480b8..2fe5e42 100755 --- a/testApp/remote/channelAccessIFTest.cpp +++ b/testApp/remote/channelAccessIFTest.cpp @@ -1,3 +1,6 @@ +// disable buggy boost enable_shared_from_this assert code +#define BOOST_DISABLE_ASSERTS + #include #include #include diff --git a/testApp/remote/testServer.cpp b/testApp/remote/testServer.cpp index 6400478..70d4cce 100644 --- a/testApp/remote/testServer.cpp +++ b/testApp/remote/testServer.cpp @@ -6,7 +6,6 @@ #define NOMINMAX #endif -// TODO not nice // disable buggy boost enable_shared_from_this assert code #define BOOST_DISABLE_ASSERTS