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: k...@kde.org Reporter: dcb...@hotmail.com CC: mich...@jabster.pl, tr...@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 watching all bug changes.