Navigation


Changeset 403:26aafbbc1640 in freeDiameter for freeDiameter/p_dp.c


Ignore:
Timestamp:
Jul 8, 2010, 2:24:19 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Cleanup all compilation warnings in base code for 32 bit arch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/p_dp.c

    r258 r403  
    4848                int delay = peer->p_hdr.info.config.pic_tctimer ?: fd_g_config->cnf_timer_tc;
    4949               
    50                 CHECK_FCT_DO( fd_msg_search_avp ( *msg, fd_dict_avp_DC, &dc ), return );
     50                CHECK_FCT( fd_msg_search_avp ( *msg, fd_dict_avp_DC, &dc ));
    5151                if (dc) {
    5252                        /* Check the value is consistent with the saved one */
    5353                        struct avp_hdr * hdr;
    54                         CHECK_FCT_DO(  fd_msg_avp_hdr( dc, &hdr ), return  );
     54                        CHECK_FCT(  fd_msg_avp_hdr( dc, &hdr )  );
    5555                        if (hdr->avp_value == NULL) {
    5656                                /* This is a sanity check */
Note: See TracChangeset for help on using the changeset viewer.