forked from epics_driver_modules/require
suppress annoying "rset deprecated" warnings when compiling record types
This commit is contained in:
@@ -665,10 +665,7 @@ ifdef BASE_3_16
|
||||
ifndef USING_NEW_RSET
|
||||
SUPPRESS_RSET_WARNING = -DUSE_TYPED_RSET
|
||||
USR_CPPFLAGS += ${SUPPRESS_RSET_WARNING}
|
||||
%Record.o: SUPPRESS_RSET_WARNING=
|
||||
%Record.i: SUPPRESS_RSET_WARNING=
|
||||
%Record.ii: SUPPRESS_RSET_WARNING=
|
||||
%Record$(DEP): SUPPRESS_RSET_WARNING=
|
||||
%Record.o %Record.i %Record.ii %Record$(DEP): SUPPRESS_RSET_WARNING=-Wno-deprecated-declarations
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user