diff -r 0ba996a9b75d -r 613943a21004 bluetoothengine/bteng/bttoggle/src/bttoggle.cpp --- a/bluetoothengine/bteng/bttoggle/src/bttoggle.cpp Thu Aug 19 10:05:41 2010 +0300 +++ b/bluetoothengine/bteng/bttoggle/src/bttoggle.cpp Tue Aug 31 15:25:10 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -154,7 +154,7 @@ } else //other than offline { - TBuf localName; + TBuf localName; iSettings->GetLocalName(localName); //There is no BT local name defined @@ -360,7 +360,8 @@ // TInt CBTToggle::RunError(TInt aError) { - TRACE_INFO((_L("[BTENG][BTTOGGLE] RunError %d"), aError )) + TRACE_INFO((_L("[BTENG][BTTOGGLE] RunError %d"), aError )) + (void) aError; iActiveNotifier = ENoneQuery; CActiveScheduler::Stop(); return KErrNone;