Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 26, 2011, 4:34:54 PM (13 years ago)
Author:
landauf
Message:

removed some parameter names where the parameter is not actually used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/libraries/util/MultiTypeValue.h

    r7401 r8603  
    255255        return 4*returnSize(this->value_.x);
    256256    }
    257     template <> inline void MT_Value<void*>::importData( uint8_t*& mem )
     257    template <> inline void MT_Value<void*>::importData( uint8_t*& /*mem*/ )
    258258    {
    259259        assert(0);
    260260    }
    261     template <> inline void MT_Value<void*>::exportData( uint8_t*& mem ) const
     261    template <> inline void MT_Value<void*>::exportData( uint8_t*& /*mem*/ ) const
    262262    {
    263263        assert(0);
Note: See TracChangeset for help on using the changeset viewer.