Displaying 2 results from an estimated 2 matches for "res_format_attr_g729".
2020 Feb 27
3
error compiling current git
...cified in initializer
.on_valid_pair = ast_rtp_on_valid_pair,
^
res_rtp_asterisk.c:2669:2: warning: initialization from incompatible pointer type [enabled by default]
res_rtp_asterisk.c:2669:2: warning: (near initialization for ‘ast_rtp_ice_sess_cb.on_ice_complete’) [enabled by default]
[CC] res_format_attr_g729.c -> res_format_attr_g729.o
Is this to be expected or should I make a bug report?
2020 Feb 27
0
error compiling current git
...lid_pair = ast_rtp_on_valid_pair,
> ^
> res_rtp_asterisk.c:2669:2: warning: initialization from incompatible
> pointer type [enabled by default]
> res_rtp_asterisk.c:2669:2: warning: (near initialization for
> ‘ast_rtp_ice_sess_cb.on_ice_complete’) [enabled by default]
> [CC] res_format_attr_g729.c -> res_format_attr_g729.o
>
>
> Is this to be expected or should I make a bug report?
>
>
When you pulled the lasted code this change would have forced a
re-configure. If you haven't already try doing a full clean and rebuild,
and see if you still have the error:
$ make dis...