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/measurement/PathloadMeasurement.cpp

    r5412 r6919  
    4545
    4646PathloadMeasurement::PathloadMeasurement(BaseOverlay* _overlay)
    47         : running( false ), resultNode( NodeID::UNSPECIFIED ),
    48           listener( NULL), serverpid( -1 ) {
     47        : running( false ), listener( NULL), resultNode( NodeID::UNSPECIFIED ),
     48          serverpid( -1 ) {
    4949
    5050        if( _overlay != NULL ) // this is important due to the singleton interface!
     
    142142        char buf[128];
    143143        string content = "";
    144         bool failed = true;
     144//      bool failed = true;
    145145
    146146        while( fgets(buf, 100, stream) != NULL ){
Note: See TracChangeset for help on using the changeset viewer.