Further gcc errors reported

This commit is contained in:
klang
2017-11-21 16:49:37 -06:00
parent 914832910d
commit a62c5e4e57
+3 -3
View File
@@ -462,9 +462,9 @@ epicsShareFunc long motor_start_trans_com(struct motorRecord *mr, struct board_s
motor_call->signal = axis;
motor_call->type = UNDEFINED;
motor_call->mrecord = (struct dbCommon *) mr;
motor_call->message[0] = (char) NULL;
motor_call->postmsgptr = (char) NULL;
motor_call->termstring = (char) NULL;
motor_call->message[0] = (char) NULL;
motor_call->postmsgptr = (char*) NULL;
motor_call->termstring = (char*) NULL;
return (0);
}