Changeset 6919 for source/ariba/Name.h


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/Name.h

    r2454 r6919  
    149149
    150150private:
     151        uint8_t* _bytes;
     152        int _length;
     153        bool _copy;
    151154        bool _hreadable;
    152         bool _copy;
    153         int _length;
    154         uint8_t* _bytes;
    155155
    156156        void init(const char* name, int len, bool copy, bool hreadable);
Note: See TracChangeset for help on using the changeset viewer.