On Sunday 21 October 2007 08:24:40 Bram Geron wrote:

> I think attached patch clarifies parameter passing a little.
>
> Non-comment changes:
> * enum call_state_mode becomes typedef'd call_state_mode

> * call_state_item.mode becomes type call_state_mode instead of int
> * call_state_item.sig  becomes type Call_bits_enum_t instead of INTVAL

These two break the g++ build.  For example:

src/inter_call.c:1421: error: invalid conversion from ‘int’ 
to ‘Call_bits_enum_t’

-- c

Reply via email to