forked from epics_driver_modules/require
define USE_TYPED_RSET as empty string to match warnings with drivers which define it in their code
This commit is contained in:
@@ -691,7 +691,7 @@ ifdef BASE_3_16
|
||||
# Suppress "'rset' is deprecated" warning for old drivers
|
||||
# but not on record types where it would cause an error
|
||||
ifndef USING_NEW_RSET
|
||||
SUPPRESS_RSET_WARNING = -DUSE_TYPED_RSET
|
||||
SUPPRESS_RSET_WARNING = -DUSE_TYPED_RSET=
|
||||
USR_CPPFLAGS += ${SUPPRESS_RSET_WARNING}
|
||||
REC_SUPPRESS_RSET_WARNING=-Wno-deprecated-declarations
|
||||
ifeq ($(OS_CLASS),WIN32)
|
||||
|
||||
Reference in New Issue
Block a user