Skip to content

Commit 1509a2f

Browse files
authored
Merge c3403fd into b3a1077
2 parents b3a1077 + c3403fd commit 1509a2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

testApp/misc/testByteBuffer.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
#include <cstring>
1515
#include <memory>
1616

17+
// allow to test deprecated functions without causing compiler warnings
18+
#include <compilerSpecific.h>
19+
#undef EPICS_DEPRECATED
20+
1721
#include <testMain.h>
1822

1923
#include <pv/pvUnitTest.h>

0 commit comments

Comments
 (0)