Bug 356683

Summary: parsers/qcalendarsystem.cpp: missing breaks in switch
Product: [Frameworks and Libraries] frameworks-kholidays Reporter: dcb314
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: winter
Priority: NOR    
Version: git   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description dcb314 2015-12-14 15:03:24 UTC
../../src/parsers/qcalendarsystem.cpp:421] -> [../../src/parsers/qcalendarsystem.cpp:434]: (warning) Variable 'dd' is reassigned a value before the old one has been used. 'break;' missing?

Many more occurances in the same switch.

Reproducible: Always
Comment 1 Allen Winter 2018-06-03 17:36:14 UTC
I fixed this one

commit 526ff31d003649d66a392797fb62d7ec14b9ccf5
Author: Allen Winter <winter@kde.org>
Date:   Mon Jan 15 16:36:58 2018 -0500

    src/parsers/qcalendarsystem.cpp - fix fallthrough warnings