allow testing deprecating functions without warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user