"vcsdvar__. cc", line 1516: Warning (Anachronism): Assigning int(*)
(t_cb_data*) to extern "C" int(*)(t_cb_dat a*).
"vcsdvar__. cc", line 1554: Warning (Anachronism): The operation "int(*)
(t_cb_data*) == extern "C" int(*)(t_cb_dat a*)" is illegal.
How do I suppress this warning. Is it wrong, to assign a function
pointer that has been made extern "C" to a pointer to fcuntion which
is not
-Parag
(t_cb_data*) to extern "C" int(*)(t_cb_dat a*).
"vcsdvar__. cc", line 1554: Warning (Anachronism): The operation "int(*)
(t_cb_data*) == extern "C" int(*)(t_cb_dat a*)" is illegal.
How do I suppress this warning. Is it wrong, to assign a function
pointer that has been made extern "C" to a pointer to fcuntion which
is not
-Parag
Comment