--- a/clfwrapper/ClientSrc/CCLFItemImpl.cpp Fri Feb 19 23:14:48 2010 +0200
+++ b/clfwrapper/ClientSrc/CCLFItemImpl.cpp Fri Mar 12 15:44:28 2010 +0200
@@ -209,7 +209,7 @@
TInt32 error = KErrNotFound;
aValue = ECLFMediaTypeUnknown; // Default to this.
- for ( TInt i = 0; i < sizeof( clfmediatypes ) / sizeof( TInt ); ++i )
+ for ( TUint i = 0; i < sizeof( clfmediatypes ) / sizeof( TInt ); ++i )
{
if ( name.Compare( *mdemediatypes[ i ] ) == 0 )
{
@@ -258,7 +258,7 @@
{
// Get the actual data
CMdEProperty* prop = NULL;
- const TInt index = iMdEObject.Property( *propertyDef, prop );
+ iMdEObject.Property( *propertyDef, prop );
if ( prop )
{
const TInt num = sizeof ( clfwrappermusictypes ) / sizeof( TDesC* );