The DBENTRY entry struct has no name in base 15.9
https://github.com/epics-base/epics-base/blob/a7826646c0dd6358377ed58e27c211682587efa2/src/ioc/dbStatic/dbStaticLib.h#L49-L58
So this function argument results in a compiler error
|
void dbInitEntryFromRecord(struct dbCommon *prec, |
|
struct dbEntry *pdbentry) |
This should use DBENTRY* instead of struct dbEntry *.
The
DBENTRYentry struct has no name in base 15.9https://github.com/epics-base/epics-base/blob/a7826646c0dd6358377ed58e27c211682587efa2/src/ioc/dbStatic/dbStaticLib.h#L49-L58
So this function argument results in a compiler error
asyn/asyn/devEpics/devEpicsPvt.c
Lines 18 to 19 in e2a281e
This should use
DBENTRY*instead ofstruct dbEntry *.