allow testing deprecating functions without warnings

This commit is contained in:
2025-10-29 09:35:30 +01:00
parent 05d8613e85
commit 2d72ba44a9

View File

@@ -154,6 +154,10 @@ ok 3 - M_PI == 4.0*atan(1.0)
#include "compilerDependencies.h"
#include "libComAPI.h"
/* Allow to test deprecated functions without warnings */
#undef EPICS_DEPRECATED
#define EPICS_DEPRECATED
#ifdef __cplusplus
extern "C" {
#endif