diff --git a/testApp/remote/channelAccessIFTest.cpp b/testApp/remote/channelAccessIFTest.cpp index 97f545c..134a8b8 100644 --- a/testApp/remote/channelAccessIFTest.cpp +++ b/testApp/remote/channelAccessIFTest.cpp @@ -1,6 +1,9 @@ // disable buggy boost enable_shared_from_this assert code #define BOOST_DISABLE_ASSERTS +// Disable warnings about using deprecated functions from pvData +#define PVD_INTERNAL + #include #include #include diff --git a/testApp/remote/testServer.cpp b/testApp/remote/testServer.cpp index 2e0c157..29b8104 100644 --- a/testApp/remote/testServer.cpp +++ b/testApp/remote/testServer.cpp @@ -5,6 +5,9 @@ // disable buggy boost enable_shared_from_this assert code #define BOOST_DISABLE_ASSERTS +// Disable warnings about using deprecated functions from pvData +#define PVD_INTERNAL + #include #include #include