[k3b] [Bug 385677] New: src/projects/k3bdataurladdingdialog.cpp:469: possible missing break ?

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Thu Oct 12 19:56:01 UTC 2017


https://bugs.kde.org/show_bug.cgi?id=385677

            Bug ID: 385677
           Summary: src/projects/k3bdataurladdingdialog.cpp:469: possible
                    missing break ?
           Product: k3b
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: k3b at kde.org
          Reporter: dcb314 at hotmail.com
                CC: michalm at jabster.pl, trueg at kde.org
  Target Milestone: ---

k3b-master/src/projects/k3bdataurladdingdialog.cpp:469:45: warning: this
statement may fall through [-Wimplicit-fallthrough=]

Source code is

                case 2:
                    m_bFolderLinksFollowAll = true;
                case 1:
                    followLink = true;
                    break;

Maybe adding a break on case 2 would be a good idea.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the k3b mailing list