Bug 356683 - parsers/qcalendarsystem.cpp: missing breaks in switch
Summary: parsers/qcalendarsystem.cpp: missing breaks in switch
Status: RESOLVED FIXED
Alias: None
Product: frameworks-kholidays
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: git
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-14 15:03 UTC by dcb314
Modified: 2018-06-03 17:36 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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