| Summary: | git-master 2016-06-25: Compiler warnings | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | Evert Vorster <evorster> |
| Component: | Setup & Installation | Assignee: | Vincent PINON <vpinon> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | wegwerf-1-2-3 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Git commit 48a9e3b3f2c8fa6b75c89bda20ece00c93f871e8 by Jean-Baptiste Mardelle. Committed on 15/07/2016 at 22:37. Pushed by mardelle into branch 'master'. Remove old unused code with warnings and wrong pasted license M +20 -250 src/doc/kthumb.cpp M +27 -79 src/doc/kthumb.h M +3 -8 src/ui/dvdwizardvob_ui.ui http://commits.kde.org/kdenlive/48a9e3b3f2c8fa6b75c89bda20ece00c93f871e8 |
------------------------------------------------------------------------------ [ 15%] Generating ui_dvdwizardvob_ui.h /tmp/yaourt-tmp-evert/aur-kdenlive-git/src/kdenlive/src/ui/dvdwizardvob_ui.ui: Warning: Z-order assignment: 'convert_box' is not a valid widget. [ 15%] Generating ui_effectlist_ui.h ------------------------------------------------------------------------------- [ 92%] Building CXX object src/CMakeFiles/kdenlive.dir/doc/kthumb.cpp.o /tmp/yaourt-tmp-evert/aur-kdenlive-git/src/kdenlive/src/doc/kthumb.cpp: In constructor ‘KThumb::KThumb(ClipManager*, const QUrl&, const QString&, const QString&, QObject*)’: /tmp/yaourt-tmp-evert/aur-kdenlive-git/src/kdenlive/src/doc/kthumb.cpp:43:93: warning: unused parameter ‘hash’ [-Wunused-parameter] lipManager *clipManager, const QUrl &url, const QString &id, const QString &hash, QObject * parent) : ^~~~ [ 92%] Building CXX object src/CMakeFiles/kdenlive.dir/main.cpp.o ----------------------------------------------------------------------------------------------- Reproducible: Always Apart from those two minor warnings, the compile log looks perfect. Great job!