Ignore:
Timestamp:
Nov 13, 2009, 1:41:34 PM (14 years ago)
Author:
mies
Message:

Fixed tons of warnings when using CXXFLAGS="-Wall"!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/transport/tcpip/protlib/address.h

    r5284 r6919  
    790790
    791791        node *insert(netaddress &key, data_type &dat) {
    792                 node *a, *b, *c, *n, *m;
    793                 int cmp, pos = 0;
     792                node *a, *b = NULL, *c, *n, *m;
     793                int cmp = 0, pos = 0;
    794794
    795795                c = a = key.is_ipv4() ? v4head : v6head;
Note: See TracChangeset for help on using the changeset viewer.