Handle two missing cases converting ispdb types to strings
ClosedPublic

Authored by winterz on Feb 21 2017, 1:06 PM.

Details

Reviewers
dvratil
Group Reviewers
KDE PIM
Summary

this patch fixes the compile warnings:

/data/kde5/src/kde/pim/kmail-account-wizard/src/ispdb/main.cpp:46:12: warning: enumeration value ‘Basic’ not handled in switch [-Wswitch]
/data/kde5/src/kde/pim/kmail-account-wizard/src/ispdb/main.cpp:46:12: warning: enumeration value ‘OAuth2’ not handled in switch [-Wswitch]

Test Plan

compile without warnings

Diff Detail

Repository
R207 KMail Account Wizard
Lint
Lint Skipped
Unit
Unit Tests Skipped
winterz created this revision.Feb 21 2017, 1:06 PM
Restricted Application added a project: KDE PIM. · View Herald TranscriptFeb 21 2017, 1:06 PM
dvratil accepted this revision.Feb 21 2017, 2:30 PM
This revision is now accepted and ready to land.Feb 21 2017, 2:30 PM