~mardy/ubuntu-system-settings/lp1361608

« back to all changes in this revision

Viewing changes to plugins/bluetooth/device.cpp

  • Committer: CI bot
  • Author(s): Jussi Pakkanen
  • Date: 2014-08-22 18:56:20 UTC
  • mfrom: (924.2.2 system-settings)
  • Revision ID: ps-jenkins@lists.canonical.com-20140822185620-0rkcrk3jk43ufi0u
Fix a bunch of compiler warnings. 
Approved by: Iain Lane, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
453
453
        default:
454
454
            return Type::OtherAudio;
455
455
        }
 
456
        break;
456
457
 
457
458
    case 0x05:
458
459
        switch ((c & 0xc0) >> 6) {