~marcustomlinson/unity-scopes-api/fix-clang-warnings

« back to all changes in this revision

Viewing changes to src/scopes/internal/OnlineAccountClientImpl.cpp

  • Committer: Marcus Tomlinson
  • Date: 2015-11-25 08:55:19 UTC
  • Revision ID: marcus.tomlinson@canonical.com-20151125085519-53wgcq2njzlvthly
Fix Clang warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
653
653
        g_main_loop_run(main_loop_.get());
654
654
    }
655
655
    // LCOV_EXCL_START
656
 
    catch (std::exception const& e)
 
656
    catch (std::exception const&)
657
657
    {
658
658
        std::lock_guard<std::mutex> lock(mutex_);
659
659
        thread_exception_ = std::current_exception();