define USE_TYPED_RSET as empty string to match warnings with drivers which define it in their code

This commit is contained in:
2021-09-07 15:29:28 +02:00
parent 37cd1bf96a
commit dce4b39d50
+1 -1
View File
@@ -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)