Skip to content

Commit

Permalink
sample: add -DUSE_TYPED_RSET to avoid warnings on EPICS 7
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Jun 23, 2020
1 parent 1059f14 commit 426c06b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sampleApp/mixdGtestEpicsSrc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ TESTFILES += $(COMMON_DIR)/dbTestIoc.dbd ../test.db
testHarness_SRCS += dbTestIoc_registerRecordDeviceDriver.cpp
endif

USR_CPPFLAGS += -DUSE_TYPED_RSET

PROD_LIBS = $(EPICS_BASE_IOC_LIBS)

#=============================
Expand Down
2 changes: 2 additions & 0 deletions sampleApp/onlyEpicsSrc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ TESTFILES += $(COMMON_DIR)/dbTestIoc.dbd ../test.db
testHarness_SRCS += dbTestIoc_registerRecordDeviceDriver.cpp
endif

USR_CPPFLAGS += -DUSE_TYPED_RSET

PROD_LIBS = $(EPICS_BASE_IOC_LIBS)

TESTPROD_HOST += esample1
Expand Down

0 comments on commit 426c06b

Please sign in to comment.