remove warning in 3.16+

This commit is contained in:
2018-10-25 09:04:54 +02:00
parent bd63a2431d
commit 912cccdbd3
+4
View File
@@ -46,6 +46,10 @@ extern void dbLoadRecords(const char*, const char*);
#define dbmfStrdup(s) strcpy(dbmfMalloc(strlen((char*)(s))+1),(char*)(s))
#endif
#if (EPICS_VERSION*10000+EPICS_REVISION*100+EPICS_MODIFICATION>=31600)
#define dbmfStrdup(s) dbmfStrdup((char*)s)
#endif
static int line_num;
static int yyerror(char* str);