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

    r8351 r8603  
    143143    struct ConverterFallback
    144144    {
    145         ORX_FORCEINLINE static bool convert(ToType* output, const FromType& input)
     145        ORX_FORCEINLINE static bool convert(ToType* /*output*/, const FromType& /*input*/)
    146146        {
    147147            COUT(2) << "Could not convert value of type " << typeid(FromType).name()
Note: See TracChangeset for help on using the changeset viewer.