ts filter: fix unused variable warnings
This commit is contained in:
committed by
Michael Davidsaver
parent
d5959ca20a
commit
bd1af9ac95
@@ -232,6 +232,7 @@ static int type_check_string(const db_field_log *pfl) {
|
||||
static int value_check_string(const db_field_log *pfl, const epicsTimeStamp *ts) {
|
||||
/* We can only verify the type, not the value, because using strptime()
|
||||
might be problematic. */
|
||||
(void)ts;
|
||||
return pfl->type == dbfl_type_ref
|
||||
&& pfl->u.r.field != NULL
|
||||
&& pfl->u.r.dtor != NULL
|
||||
|
||||
Reference in New Issue
Block a user