We had 10 compile warnings before.
0 after
Details
Details
- Reviewers
davidedmundson - Group Reviewers
Frameworks - Commits
- R244:fcdf263339b4: Fix Warnings
Diff Detail
Diff Detail
- Repository
- R244 KCoreAddons
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
autotests/kprocesstest_helper.cpp | ||
---|---|---|
17 | If we use argv[1] we very much should be using argc beforehand |
Comment Actions
I seemed to reach the unreachable when I tried to open an external HDD on dolphin:
https://bugs.kde.org/show_bug.cgi?id=419428
ASSERT failure in Q_UNREACHABLE(): "Q_UNREACHABLE was reached", file /home/isma/kde/src/kcoreaddons/src/lib/io/kdirwatch.cpp, line 956
src/lib/io/kdirwatch.cpp | ||
---|---|---|
946 | So either change the default, or add a Q_FALLTHROUH() ? |