Navigation



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
  • extensions/app_radgw/rgwx_echodrop.c

    r356 r403  
    240240static int ed_diam_ans( struct rgwp_config * cs, struct session * session, struct msg ** diam_ans, struct radius_msg ** rad_fw, struct rgw_client * cli, int * stateful )
    241241{
    242         int ret;
    243242        struct fd_list * list = NULL;
    244243       
     
    265264        while (! FD_IS_LIST_EMPTY(list) ) {
    266265                struct ed_saved_attribute * esa = (struct ed_saved_attribute *)(list->next);
    267                 struct radius_attr_hdr * rc;
    268266               
    269267                fd_list_unlink(&esa->chain);
Note: See TracChangeset for help on using the changeset viewer.