merged andrews merge to R3.15
This commit is contained in:
@@ -53,7 +53,10 @@
|
||||
/*
|
||||
* Deprecation marker if possible
|
||||
*/
|
||||
|
||||
#define EPICS_DEPRECATED __attribute__((deprecated))
|
||||
#if (__GNUC__ > 2)
|
||||
# define EPICS_DEPRECATED __attribute__((deprecated))
|
||||
#else
|
||||
# define EPICS_DEPRECATED
|
||||
#endif
|
||||
|
||||
#endif /* ifndef compilerSpecific_h */
|
||||
|
||||
Reference in New Issue
Block a user