Squelch a "dereferencing type-punned pointer" warning when compiling with GCC 4.1.3 (h248_pkg_sig_t and h248_pkg_evt_t structures are identical)

svn path=/trunk/; revision=42007
This commit is contained in:
pascal 2012-04-10 14:55:34 +00:00
parent 7135c935cd
commit 6c29b9f936
1 changed files with 1 additions and 1 deletions

View File

@ -676,7 +676,7 @@ static h248_package_t h248_pkg_cd = {
h248_pkg_cg_sig_cd_evt_vals,
NULL,
NULL,NULL,
(h248_pkg_evt_t *)h248_pkg_cg_signals_cd_events,
(h248_pkg_evt_t *)(void*)h248_pkg_cg_signals_cd_events,
NULL
};