- warning: expression which evaluates to zero treated as a null pointer constant of type 'void *' [-Wnon-literal-null-conversion] (cherry picked from commit 18038c2ea3b22cad9099719ecc999266b90e8786)
@@ -985,7 +985,7 @@ __dialog_ended(struct dlg_cell *dlg, int type, struct dlg_cb_params *_params)
if( !msg || msg == FAKED_REPLY)
msg = _params->req;
call_control_stop(msg, dlg->callid);
- *_params->param = CCInactive;
+ *_params->param = (void*)CCInactive;
}