Navigation


Changeset 1119:79dd22145f52 in freeDiameter for tests


Ignore:
Timestamp:
May 14, 2013, 12:04:20 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Fix a number of compilation warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/testmesg_stress.c

    r1093 r1119  
    5353{
    5454        struct msg * acr = NULL;
    55         struct avp * pi = NULL, *avp1, *avp2;
    5655        unsigned char * buf = NULL;
    5756       
     
    217216                struct msg         * msg = NULL;
    218217                struct dict_object * avp_model = NULL;
    219                 struct avp         * avp = NULL;
    220218                union avp_value      value;
    221219               
     
    226224                        struct avp * avpi = NULL;
    227225                        struct avp * avpch = NULL;
    228                         struct avp_hdr * avpdata = NULL;
    229226                        struct msg_hdr * msgdata = NULL;
    230227                        #define ADD_AVP( _parent, _position, _avpi, _avpvendor, _avpname) {                     \
     
    392389                struct timespec start, end;
    393390               
    394                 struct msg * msg;
    395                
    396                
    397391                /* Create the copies of the message buffer */
    398392                stress_array = calloc(test_parameter, sizeof(struct stress_struct));
Note: See TracChangeset for help on using the changeset viewer.