Summary: | src/projects/k3bdataurladdingdialog.cpp:469: possible missing break ? | ||
---|---|---|---|
Product: | [Applications] k3b | Reporter: | dcb314 |
Component: | general | Assignee: | k3b developers <k3b> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | michalm, trueg |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/k3b/4e73356c23c6246b4907b0bece59777a4a92ce6f | Version Fixed In: | |
Sentry Crash Report: |
Description
dcb314
2017-10-12 19:56:01 UTC
Git commit 4e73356c23c6246b4907b0bece59777a4a92ce6f by Leslie Zhai. Committed on 13/10/2017 at 03:20. Pushed by lesliezhai into branch 'master'. Fix switch stmt missing break issue. A patch by dcb314@hotmail.com! Maybe clang analyzer's false negative? CCMAIL: artem.dergachev@gmail.com M +1 -0 src/projects/k3bdataurladdingdialog.cpp https://commits.kde.org/k3b/4e73356c23c6246b4907b0bece59777a4a92ce6f Git commit 3cd2d2111fd7d897edbc6af202fba07bc819174a by Albert Astals Cid. Committed on 21/01/2020 at 21:26. Pushed by aacid into branch 'release/19.12'. Fix adding multiple symlinks to a data project A bit sad that the break was added because someone reported that it gave a warning and noone took the time to read the code and say "no but the fallthrough here is intentional" Related: bug 416487 M +2 -1 src/projects/k3bdataurladdingdialog.cpp https://commits.kde.org/k3b/3cd2d2111fd7d897edbc6af202fba07bc819174a |